Skip to content

Commit

Permalink
Build for browser, don't bundle msw
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Sep 13, 2023
1 parent 2e214af commit 40c7857
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 @@ -11,7 +11,7 @@
"testing"
],
"scripts": {
"build": "tsup lib/msw-config.ts --dts --format esm,cjs",
"build": "tsup lib/msw-config.ts --dts --format=cjs,esm --platform=browser --external=msw",
"test": "yarn",
"format": "prettier --write .",
"format:check": "prettier --check .",
Expand Down

0 comments on commit 40c7857

Please sign in to comment.