From aa10f2154cb36cc010cd437ff62d3d0214d68e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 28 Jan 2020 09:58:25 +0100 Subject: [PATCH] Configure webpack polling --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44663abe..60ee75c6 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "WTFPL", "repository": "https://gitlab.com/dreipunktnull/ep_theme.git", "scripts": { - "dev": "./node_modules/.bin/encore dev --watch", + "dev": "./node_modules/.bin/encore dev --watch --watch-poll", "build": "./node_modules/.bin/encore production" }, "dependencies": {