Skip to content

Commit b91f8ed

Browse files
committed
Disable scope hoisting to please the Google overlords
Fixes sindresorhus#258
1 parent f1facf6 commit b91f8ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint-fix": "run-p 'lint:* -- --fix'",
99
"test": "run-s lint:* test:* build",
1010
"test:js": "ava",
11-
"build": "parcel build source/manifest.json --dist-dir distribution --no-cache --no-content-hash --no-source-maps --detailed-report 0",
11+
"build": "parcel build source/manifest.json --dist-dir distribution --no-cache --no-content-hash --no-source-maps --no-optimize --no-scope-hoist --detailed-report 0",
1212
"watch": "parcel watch source/manifest.json --dist-dir distribution --no-cache --no-hmr"
1313
},
1414
"browserslist": [
@@ -29,7 +29,7 @@
2929
"lodash.merge": "^4.6.2",
3030
"moment": "^2.29.1",
3131
"npm-run-all": "^4.1.5",
32-
"parcel": "^2.0.0-nightly.634",
32+
"parcel": "^2.0.0-beta.2",
3333
"sinon": "^10.0.0",
3434
"sinon-chrome": "^3.0.1",
3535
"stylelint": "^13.12.0",

0 commit comments

Comments
 (0)