add server:watch

This commit is contained in:
Thomas Ruoff
2017-02-20 22:59:53 +01:00
parent da027191d6
commit 5c6310e848

View File

@@ -6,8 +6,9 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --env.production --config config/webpack",
"watch": "webpack-dashboard -- webpack-dev-server --config config/webpack",
"start": "node index.js",
"watch": "webpack-dashboard -- webpack-dev-server --config config/webpack"
"server:watch": "nodemon index.js"
},
"author": "Thomas Ruoff <tomru@mail.id0.link>",
"license": "ISC",
@@ -31,6 +32,7 @@
"copy-webpack-plugin": "^4.0.1",
"eslint": "^3.15.0",
"html-webpack-plugin": "^2.28.0",
"nodemon": "^1.11.0",
"styled-components": "^1.4.3",
"webpack": "^2.2.1",
"webpack-dashboard": "^0.3.0",