We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4516c0 commit c58dca0Copy full SHA for c58dca0
.kktrc.ts
@@ -20,6 +20,7 @@ export default (conf: Configuration, env: 'production' | 'development', options:
20
VERSION: JSON.stringify(pkg.version),
21
}));
22
if (env === 'production') {
23
+ conf.module!.exprContextCritical = false;
24
conf.output = { ...conf.output, publicPath: './' };
25
conf.optimization = {
26
...conf.optimization,
0 commit comments