Enable webpack polling

This commit is contained in:
Björn Fromme
2020-01-28 12:17:08 +01:00
parent 64939da6d8
commit ebdac48f59
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ additional_hostnames:
- ski-wochenenden
- schnee-event
additional_fqdns: []
nfs_mount_enabled: true
nfs_mount_enabled: false
provider: default
omit_containers: [dba]
use_dns_when_possible: true
+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 --watch-poll=500",
"build": "./node_modules/.bin/encore production"
},
"dependencies": {