improve builds

This commit is contained in:
Shawn Erquhart
2018-07-25 11:00:55 -04:00
parent 4a01d2289c
commit dc1f41d2d8
29 changed files with 52 additions and 451 deletions

View File

@ -9,7 +9,7 @@
],
"scripts": {
"watch": "webpack-dev-server --hot --open",
"build": "webpack"
"build": "cross-env NODE_ENV=production webpack"
},
"keywords": [
"netlify",
@ -66,6 +66,7 @@
"what-input": "^5.0.3"
},
"devDependencies": {
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"to-string-loader": "^1.1.5",