summaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorErik Larkö <erik@mullvad.net>2018-01-25 13:13:29 +0100
committerErik Larkö <erik@mullvad.net>2018-01-25 14:12:45 +0100
commit7e6a8c5bb4170d4cf5094237c31b6971758fe749 (patch)
treed7af8e16d9bf02a67ea9baa5f56b1cea112865c6 /scripts
parentc358ccd4bcef2fad9f8fbffe3e6eb7e9fd73557a (diff)
downloadmullvadvpn-7e6a8c5bb4170d4cf5094237c31b6971758fe749.tar.xz
mullvadvpn-7e6a8c5bb4170d4cf5094237c31b6971758fe749.zip
Use BABEL_ENV=electron in the hot-reload scripts too
Diffstat (limited to 'scripts')
-rw-r--r--scripts/serve.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/serve.js b/scripts/serve.js
index 57b006da1e..1701a34103 100644
--- a/scripts/serve.js
+++ b/scripts/serve.js
@@ -1,7 +1,7 @@
import { spawn } from 'child_process';
import electron from 'electron';
import browserSync from 'browser-sync';
-import browserSyncConnectUtils from 'browser-sync/lib/connect-utils';
+import browserSyncConnectUtils from 'browser-sync/dist/connect-utils';
const bsync = browserSync.create();