aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package.json b/vnext/package.json
index c87813e0..944de45d 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -4,7 +4,7 @@
"description": "",
"scripts": {
"test": "jest",
- "dist": "webpack -p --progress",
+ "dist": "webpack --mode=production --progress",
"start": "webpack-dev-server"
},
"keywords": [],
@@ -31,7 +31,7 @@
"file-loader": "^6.1.1",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.0",
- "jest": "^26.5.2",
+ "jest": "^26.5.3",
"mini-css-extract-plugin": "^1.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^4.0.4",
@@ -40,8 +40,8 @@
"style-loader": "^2.0.0",
"stylelint": "^13.7.2",
"stylelint-config-standard": "^20.0.0",
- "webpack": "^4.44.2",
- "webpack-cli": "^3.3.12",
+ "webpack": "^5.0.0",
+ "webpack-cli": "^4.0.0",
"webpack-dev-server": "^3.11.0"
},
"babel": {