1.1.3 • Published 3 years ago

webpack-afteremit-zipfolder-plugin v1.1.3

Weekly downloads
9
License
-
Repository
-
Last release
3 years ago

Install

npm install --save-dev webpack-afteremit-zipfolder-plugin

Usage (as a plugin)

const DistZipWebpackPlugin = require('webpack-afteremit-zipfolder-plugin');
module.exports = {
  plugins: [
    new DistZipWebpackPlugin()
  ]
}

说明:

In production model ,zip your folder after build done

生产模式,打包完成后,对某个文件压缩

app -> app.zip

API:

new DistZipWebpackPlugin(options)
  targetPath:'' //  输入路径

  outPut:'' // 输出路径

ex:

  {targetPath:'/app',outPut:'app.zip'}
1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago