Skip to content

Commit cd66541

Browse files
authored
fix: set chunkFormat: false in webpack config MONGOSH-2225 (#2460)
The mongosh CLI cannot currently handled chunked input, as the process for building the single-executable application only uses a single file as its input.
1 parent 78480c3 commit cd66541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/webpack.base.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ module.exports = {
5454
},
5555

5656
output: {
57+
chunkFormat: false,
5758
strictModuleErrorHandling: true,
5859
strictModuleExceptionHandling: true,
5960
},

0 commit comments

Comments
 (0)