We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7563cc7 commit 8acc36eCopy full SHA for 8acc36e
package.json
@@ -57,10 +57,10 @@
57
"lodash-webpack-plugin": "^0.11.2",
58
"npx": "^10.2.0",
59
"time-grunt": "^1.2.2",
60
- "webpack": "^4.27.1",
+ "webpack": "~4.27.1",
61
"webpack-bundle-analyzer": "^3.0.3",
62
- "webpack-cli": "^3.1.2",
63
- "webpack-merge": "^4.1.2"
+ "webpack-cli": "~3.1.2",
+ "webpack-merge": "~4.1.2"
64
},
65
"scripts": {
66
"build": "npx webpack --config webpack.prod.js",
0 commit comments