0.1.1 • Published 8 years ago

webpack-js-min v0.1.1

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

Webpack js minimize / compression plugin

Pack a compressed file that ends with .min.js, while packing the js file.

Use uglify-js to compress js file.

webpack-js-min install

npm i webpack-js-min --save-dev

webpack-js-min usage

// webpack.config.js

module.exports = {
    // ...
    plugins: [
        // ...
        require('webpack-js-min')
        // ...
    ]
    // ...
};
0.1.1

8 years ago

0.1.0

8 years ago