Skip to content

Commit

Permalink
no scope hoist
Browse files Browse the repository at this point in the history
  • Loading branch information
shuesken committed Aug 11, 2024
1 parent b80bb6a commit 98e7bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"start": "parcel --no-cache src/index.html",
"build": "yarn build:parcel && yarn build:copy-public",
"build:parcel": "parcel build",
"build:parcel": "parcel build --no-scope-hoist",
"build:copy-public": "cp public/* dist/",
"prettier": "prettier --write src/",
"deploy:build": "parcel build --public-url /nostr-map",
Expand Down Expand Up @@ -38,4 +38,4 @@
"@parcel/resolver-default": {
"packageExports": true
}
}
}

0 comments on commit 98e7bef

Please sign in to comment.