Skip to content

Commit 1095028

Browse files
committed
chore: modify kkt config.
1 parent 0ae4b6b commit 1095028

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

website/.kktrc.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ export default (conf: Configuration, env: 'production' | 'development', options:
1616
}),
1717
);
1818
conf.module!.exprContextCritical = false;
19+
conf.ignoreWarnings = [{ module: /node_modules[\\/]parse5[\\/]/ }];
20+
1921
if (env === 'production') {
2022
conf.output = { ...conf.output, publicPath: './' };
2123
conf.optimization = {

0 commit comments

Comments
 (0)