chunk-change-time-webpack-plugin
v1.0.6
Published
chunk change time webpack plugin
Downloads
4
Readme
Chunk Change Time Webpack Plugin
A Webpack plugin to record chunk chang time
install
npm i chunk-change-time-webpack-plugin
API
| name | valueType | value/def-value| description | |----|----|----|----| |name | string |chunk-change-time-webpack-plugin | custom name| |ignoreSorceMapInfoBool | boolean | true | ingore sorce-map file change information|
use
new chunkChangeWebpackPlugin({
name:'chunk-change-time-webpack-plugin',
ignoreSorceMapInfoBool:true,
}),