We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55806a1 commit 0936566Copy full SHA for 0936566
examples/react-hot-boilerplate/package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"start": "webpack-dev-server --mode development",
7
"prebuild": "rimraf dist",
8
- "build": "cross-env webpack --mode production --config webpack.config.production.js",
+ "build": "webpack --mode production --config webpack.config.production.js",
9
"postbuild": "copyfiles index.html dist"
10
},
11
"repository": {
@@ -34,7 +34,6 @@
34
"@types/react-dom": "^16.0.0",
35
"@types/react-hot-loader": "^3.0.4",
36
"copyfiles": "^1.2.0",
37
- "cross-env": "^3.1.4",
38
"fork-ts-checker-webpack-plugin": "^0.4.0",
39
"react-hot-loader": "^3.0.0",
40
"rimraf": "^2.6.0",
0 commit comments