summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDavid Mehren2021-02-08 23:03:09 +0100
committerDavid Mehren2021-02-08 23:20:15 +0100
commit472f94877aeca41008b33f01f67ff0bebc061921 (patch)
tree4ad848c08092453f4fa1c64755a2b23276d70d7f /package.json
parent0fc6ee6250e13de738de66d9cd7bc2604f0e57d1 (diff)
Update webpack-cli to 4.5.0
Signed-off-by: David Mehren <git@herrmehren.de>
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index a551da42..ddc7310f 100644
--- a/package.json
+++ b/package.json
@@ -11,9 +11,9 @@
"markdownlint": "remark .",
"mocha-suite": "NODE_ENV=test CMD_DB_URL=\"sqlite::memory:\" mocha --exit",
"standard": "echo 'standard is no longer being used, use `npm run eslint` instead!' && exit 1",
- "dev": "webpack --config webpack.dev.js --progress --colors --watch",
+ "dev": "webpack --config webpack.dev.js --progress --watch",
"heroku-prebuild": "bin/heroku",
- "build": "webpack --config webpack.prod.js --progress --colors --bail",
+ "build": "webpack --config webpack.prod.js --progress",
"start": "sequelize db:migrate && node app.js"
},
"dependencies": {
@@ -201,7 +201,7 @@
"string-loader": "0.0.1",
"url-loader": "4.1.1",
"webpack": "4.46.0",
- "webpack-cli": "3.3.12",
+ "webpack-cli": "4.5.0",
"webpack-merge": "4.2.2"
},
"optionalDependencies": {