Skip to content

Commit

Permalink
fix: Don't bundle react
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Oct 12, 2023
1 parent cc88f70 commit b4078b3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,15 @@
"esm"
],
"dts": true,
"sourcemap": true,
"entryPoints": [
"src/index.ts"
],
"treeshake": true
},
"scripts": {
"dev": "run-p dev:*",
"dev:build": "tsup --sourcemap --watch",
"clean": "rm -rf ./dist",
"typecheck": "tsc",
"build": "tsup --clean --dts",
"build": "tsup --clean --external=react",
"ci": "run-p typecheck build",
"prepack": "sceau sign"
},
Expand Down

0 comments on commit b4078b3

Please sign in to comment.