fix the umd build of msgpack (#1600)

This commit is contained in:
Andrew Stanton-Nurse 2018-03-14 13:40:27 -07:00 committed by GitHub
parent a3886057d5
commit bc6ed02b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -4,5 +4,6 @@
import baseConfig from "../rollup-base"
export default baseConfig(__dirname, {
msgpack5: "msgpack5"
msgpack5: "msgpack5",
"@aspnet/signalr": "signalR",
});