Merge branch 'release/2.1' into release/2.2

This commit is contained in:
BrennanConroy 2018-08-28 11:00:10 -07:00
commit 90a1be7133
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",