Skip to content

Commit

Permalink
Turn off scope hoisting, Chrome thinks it's obfuscation.
Browse files Browse the repository at this point in the history
  • Loading branch information
pento committed Nov 20, 2024
1 parent e5fdbc5 commit 94f8bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"build": "parcel build src/manifest.json --no-content-hash --no-source-maps --dist-dir distribution --no-cache --detailed-report 0",
"build": "parcel build src/manifest.json --no-content-hash --no-source-maps --dist-dir distribution --no-cache --no-scope-hoist --detailed-report 0",
"lint": "run-p lint:*",
"lint-fix": "run-p 'lint:* -- --fix'",
"lint:js": "xo",
Expand Down

0 comments on commit 94f8bab

Please sign in to comment.