We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc358d commit f769d0cCopy full SHA for f769d0c
packages/socket.io-client/support/rollup.config.umd.js
@@ -30,7 +30,7 @@ const devBundle = {
30
plugins: ["@babel/plugin-transform-object-assign"],
31
}),
32
],
33
-}
+};
34
35
const prodBundle = {
36
input: "./build/esm/browser-entrypoint.js",
0 commit comments