diff --git a/config/webpack.base.config.js b/config/webpack.base.config.js index d1220ec0f..64cfa18ee 100644 --- a/config/webpack.base.config.js +++ b/config/webpack.base.config.js @@ -54,6 +54,7 @@ module.exports = { }, output: { + chunkFormat: false, strictModuleErrorHandling: true, strictModuleExceptionHandling: true, },