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 717dd87 commit 3955fe2Copy full SHA for 3955fe2
packages/socket/webpack.web.config.cjs
@@ -12,6 +12,7 @@ module.exports = [
12
target: target,
13
entry: globSync("./build/**/*.spec.js", { dotRelative: true }).sort(),
14
output: {
15
+ asyncChunks: false,
16
path: distdir,
17
filename: "tests.js",
18
},
0 commit comments