Skip to content

Commit c213a95

Browse files
committed
website: update kkt config.
1 parent d4e74ff commit c213a95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

www/.kktrc.ts

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export default (conf: WebpackConfiguration, env: 'production' | 'development', o
1919
VERSION: JSON.stringify(pkg.version),
2020
}),
2121
);
22+
conf.module!.exprContextCritical = false;
2223
if (env === 'production') {
2324
conf.output = { ...conf.output, publicPath: './' };
2425
conf.optimization = {

0 commit comments

Comments
 (0)