diff --git a/webpack.config.js b/webpack.config.js index beaf8ef8d..44b5a9cf5 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -43,7 +43,7 @@ module.exports = (env, argv) => ({ occurrenceOrder: true, sideEffects: true, providedExports: true, - usedExports: false, + usedExports: true, concatenateModules: false, namedModules: false, namedChunks: false,