Skip to content

Commit

Permalink
Disable scope hoisting for production (#4529)
Browse files Browse the repository at this point in the history
  • Loading branch information
gusevda authored Jan 15, 2025
1 parent 992dbf8 commit d7090e9
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
Expand Up @@ -22,7 +22,7 @@
}
},
"scripts": {
"build": "parcel build --target default",
"build": "parcel build --target default --no-scope-hoist",
"build:lib": "parcel build --target lib",
"typedefs": "tsc --declaration --skipLibCheck --emitDeclarationOnly --outDir dist -p .",
"start": "parcel serve --port 4567 ui/index.html",
Expand Down

0 comments on commit d7090e9

Please sign in to comment.