summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-05-21 13:09:05 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-12-13 16:59:33 +0100
commitaea0fa999fd09951835b2d74c53137624f46929e (patch)
tree3d806b7b5c5dd8b95fd07d6f3402d2231cf981d4 /package.json
parent73e2c234f2f52357b21fd9fe9b956eeabb8ddc62 (diff)
downloadbrokentalents-aea0fa999fd09951835b2d74c53137624f46929e.tar.gz
brokentalents-aea0fa999fd09951835b2d74c53137624f46929e.zip
major redesign
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 10f4fdf..a0b961c 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"backend": "node backend/index.js",
- "dev": "webpack-dev-server --mode development --progress --hot",
+ "dev": "webpack-dev-server --mode development --progress --hot --watch-poll",
"build": "webpack --mode production --progress"
},
"repository": {