0.0.2 • Published 5 months ago

measure-webpack-plugin v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

measure-webpack-plugin

analyze your webpack compile process.

useage

if you use webpack.config.js.

const MeasureWebpackPlugin = require('measure-webpack-plugin')
module.exports = {
    ...{
        yourConfs: ''
    },
    plugins: [new MeasureWebpackPlugin()]
}

or you use webpack-chain scripting your webpack config.

config.plugin('measure').use(require('measure-webpack-plugin'));

check analyze result

visit yourHost/measureResult.html on dev, or visit yourDistDir/measureResult.html.

0.0.2

5 months ago

0.0.1

5 months ago