Fix webpack polling with nfs enabled

This commit is contained in:
Björn Fromme
2020-01-29 09:17:04 +01:00
parent ab38c48ec3
commit a77b4087b9
2 changed files with 2 additions and 2 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=500",
"dev": "./node_modules/.bin/encore dev --watch --watch-poll 1000",
"build": "./node_modules/.bin/encore production"
},
"dependencies": {