mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
add server:watch
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user