Update webpack config

This commit is contained in:
Manuel Bouza
2019-02-21 16:58:55 +01:00
parent 0c07baa598
commit 3c5c31facd
3 changed files with 30 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "moco-browser-extensions",
"description": "Browser plugin for MOCO",
"version": "0.9.20",
"version": "1.0.0",
"main": "bundle.js",
"scripts": {
"start": "node_modules/.bin/webpack --watch --env.NODE_ENV development",
@@ -54,6 +54,7 @@
"style-loader": "^0.23.1",
"webpack": "^4.15.0",
"webpack-bugsnag-plugins": "^1.3.0",
"webpack-cli": "^3.0.8"
"webpack-cli": "^3.0.8",
"zip-webpack-plugin": "^3.0.0"
}
}