1.0.6 • Published 4 years ago
chunk-change-time-webpack-plugin v1.0.6
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,
}),