Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
add workaround for unknown Parcel bug
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Oct 25, 2021
1 parent d360e08 commit c29b9e6
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 @@ -5,7 +5,7 @@
"private": true,
"scripts": {
"start": "parcel index.html",
"build": "parcel build --no-source-maps index.html",
"build": "parcel build --no-source-maps --no-scope-hoist index.html",
"lint": "eslint --ext=tsx src",
"fmt": "prettier --write src"
},
Expand Down

0 comments on commit c29b9e6

Please sign in to comment.