fix the umd build of msgpack (#1600)
This commit is contained in:
parent
a3886057d5
commit
bc6ed02b6e
|
|
@ -4,5 +4,6 @@
|
|||
import baseConfig from "../rollup-base"
|
||||
|
||||
export default baseConfig(__dirname, {
|
||||
msgpack5: "msgpack5"
|
||||
msgpack5: "msgpack5",
|
||||
"@aspnet/signalr": "signalR",
|
||||
});
|
||||
Loading…
Reference in New Issue