Skip to content

Commit 777f0b6

Browse files
committed
chore: update kkt config.
1 parent e7ef6a3 commit 777f0b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

www/.kktrc.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ export default (conf: WebpackConfiguration, env: 'production' | 'development', o
1919
VERSION: JSON.stringify(pkg.version),
2020
}),
2121
);
22+
23+
conf.ignoreWarnings = [{ module: /node_modules[\\/]parse5[\\/]/ }];
24+
2225
conf.module!.exprContextCritical = false;
2326
if (env === 'production') {
2427
conf.output = { ...conf.output, publicPath: './' };

0 commit comments

Comments
 (0)