fifteen-kilos-webpack-plugin
v1.0.0
Published
Bring the magic of fifteen-kilos to your entire project
Downloads
10
Readme
fifteen-kilos-webpack-plugin
Bring the magic of fifteen-kilos to your entire project.
$ npm install --save-dev fifteen-kilos-webpack-plugin
webpack.config.js
const FifteenKilosPlugin = require('fifteen-kilos-webpack-plugin');
module.exports = {
...
plugins: [
new FifteenKilosPlugin()
]
};