1.0.0 • Published 6 years ago
umi-plugin-chunk-runtime v1.0.0
umi-plugin-chunk-runtime
Generating webpack runtime chunk to html, useful for network cache.
Install
npm i -D umi-plugin-chunk-runtime
Usage
Configure in .umirc.js
or config/config.js
,
export default {
plugins: [
['umi-plugin-chunk-runtime'],
],
}
1.0.0
6 years ago