Merge pull request #2877 from aspnet/brecon/merge215

Merge release/2.1 to release/2.2
This commit is contained in:
BrennanConroy 2018-08-28 11:47:51 -07:00 committed by GitHub
commit 3bc2cfc3b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
.vscode/launch.json vendored
View File

@ -1,6 +1,7 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",

View File

@ -3,6 +3,7 @@
const path = require("path");
const baseConfig = require("../webpack.config.base");
module.exports = baseConfig(__dirname, "signalr-protocol-msgpack", {
externals: {
msgpack5: "msgpack5",