Skip to content

Commit bafa5dd

Browse files
committed
chore: update kkt config.
1 parent 2dcd8b1 commit bafa5dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.kktrc.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ export default (conf, env, options) => {
3333
name: 'codemirror-vendor',
3434
chunks: 'async',
3535
},
36+
prismjs: {
37+
test: /[\\/]node_modules[\\/](code-example)[\\/]/,
38+
name: 'code-example-vendor',
39+
chunks: 'async',
40+
},
3641
},
3742
},
3843
};

0 commit comments

Comments
 (0)