We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e74ff commit c213a95Copy full SHA for c213a95
www/.kktrc.ts
@@ -19,6 +19,7 @@ export default (conf: WebpackConfiguration, env: 'production' | 'development', o
19
VERSION: JSON.stringify(pkg.version),
20
}),
21
);
22
+ conf.module!.exprContextCritical = false;
23
if (env === 'production') {
24
conf.output = { ...conf.output, publicPath: './' };
25
conf.optimization = {
0 commit comments