Skip to content

Commit 34f61a3

Browse files
committed
chore: update kktrc config.
1 parent 64e3c84 commit 34f61a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.kktrc.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ export default (conf: Configuration, env: 'production' | 'development', options:
3838
name: 'micromark-vendor',
3939
chunks: 'all',
4040
},
41+
prismjs: {
42+
test: /[\\/]node_modules[\\/](prismjs)[\\/]/,
43+
name: 'prismjs-vendor',
44+
chunks: 'async',
45+
},
4146
},
4247
},
4348
};

0 commit comments

Comments
 (0)