letov-webpack-plugin
v1.0.1
Published
Packagin' goes according to plan
Downloads
3
Readme
letov-webpack-plugin
Install
npm i --save-dev letov-webpack-plugin
Usage
const LetovPlugin = require('letov-webpack-plugin')
....
/* in config */
...
plugins: [
new LetovPlugin(),
]
...