Fix webpack polling for good

This commit is contained in:
Björn Fromme
2020-04-20 12:59:52 +02:00
parent ada31e0b6d
commit 906f926cab
3 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"license": "WTFPL",
"repository": "https://gitlab.com/dreipunktnull/ep_theme.git",
"scripts": {
"dev": "./node_modules/.bin/encore dev --watch --watch-poll",
"dev": "./node_modules/.bin/encore dev --watch",
"build": "./node_modules/.bin/encore production"
},
"dependencies": {