Skip to content

Commit a66fd2c

Browse files
committed
Disable async chunks in the symbolicator-cli build.
1 parent e27eb5a commit a66fd2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/symbolicator-cli/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = {
1212
output: {
1313
path: path.resolve(projectRoot, 'dist'),
1414
filename: 'symbolicator-cli.js',
15+
asyncChunks: false,
1516
},
1617
entry: './src/symbolicator-cli/index.ts',
1718
module: {

0 commit comments

Comments
 (0)