1.1.3 • Published 4 years ago

webpack-afteremit-zipfolder-plugin v1.1.3

Weekly downloads
9
License
-
Repository
-
Last release
4 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

4 years ago

1.1.2

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago