Skip to content

Commit

Permalink
chore: update kktrc config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 10, 2021
1 parent 64e3c84 commit 34f61a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .kktrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ export default (conf: Configuration, env: 'production' | 'development', options:
name: 'micromark-vendor',
chunks: 'all',
},
prismjs: {
test: /[\\/]node_modules[\\/](prismjs)[\\/]/,
name: 'prismjs-vendor',
chunks: 'async',
},
},
},
};
Expand Down

1 comment on commit 34f61a3

@vercel
Copy link

@vercel vercel bot commented on 34f61a3 Feb 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.