webpack-auto-zip
v1.0.2
Published
provide a webpack plugin then zip your file after compile done
Downloads
2
Readme
webpack-auto-zip
my first webpack plugin:webpack-auto-zip,you will auto zip when webpack compile done
basic use
const AutoZip = require('webpack-auto-zip')
plugins.push(new AutoZip())