From 8c92e563123d732fbcb4d5ca9268616f0bbfb23c Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Sun, 14 Jul 2019 23:47:58 -0600 Subject: [PATCH] Remove experimental-scope-hoisting from parcel --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1a48db..8e95ad0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "watch-js": "parcel watch template-index.html offline.html template-view.html template-passwordreset.html --no-hmr --public-url /lexiconga/", "watch-php": "cpx \"src/php/**/{*,.*}\" dist -v -w", "bundle": "npm run process-images && npm run bundle-js && npm run copy-files && npm run copy-php", - "bundle-js": "parcel build template-index.html offline.html template-view.html template-passwordreset.html --no-source-maps --experimental-scope-hoisting", + "bundle-js": "parcel build template-index.html offline.html template-view.html template-passwordreset.html --no-source-maps", "copy-files": "cpx \"node_modules/upup/dist/*.min.js\" dist -v", "copy-php": "cpx \"src/php/**/{*,.*}\" dist", "process-images": "node dev/resize-images.js",