diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-06-20 08:55:22 +0200 |
---|---|---|
committer | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-06-20 08:55:22 +0200 |
commit | a164d8d49f9c52c7f0caa0dfa9e33e3c0660c464 (patch) | |
tree | 24f1143af8babd8df26cc5df1de3c95f36d03df8 /package.json | |
parent | 22f249aa3bb0cd5bd249c7e366f76b7532460244 (diff) |
FUCNT Add zip step
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 37bd01b..1c221bc 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,8 @@ "uglifyjs-webpack-plugin": "^2.1.1", "webpack": "^4.29.5", "webpack-cli": "^3.2.3", - "webpack-dev-server": "^3.7.2" + "webpack-dev-server": "^3.7.2", + "zip-webpack-plugin": "^3.0.0" }, "dependencies": { "@iconfu/svg-inject": "^1.2.3", |