Skip to content

Commit

Permalink
chore: update kkt config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 12, 2021
1 parent 2dcd8b1 commit bafa5dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .kktrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ export default (conf, env, options) => {
name: 'codemirror-vendor',
chunks: 'async',
},
prismjs: {
test: /[\\/]node_modules[\\/](code-example)[\\/]/,
name: 'code-example-vendor',
chunks: 'async',
},
},
},
};
Expand Down

0 comments on commit bafa5dd

Please sign in to comment.