We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27eb5a commit a66fd2cCopy full SHA for a66fd2c
1 file changed
src/symbolicator-cli/webpack.config.js
@@ -12,6 +12,7 @@ module.exports = {
12
output: {
13
path: path.resolve(projectRoot, 'dist'),
14
filename: 'symbolicator-cli.js',
15
+ asyncChunks: false,
16
},
17
entry: './src/symbolicator-cli/index.ts',
18
module: {
0 commit comments