We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4ce3e commit 604c603Copy full SHA for 604c603
packages/plugin-rsc/package.json
@@ -34,7 +34,8 @@
34
"tsc": "tsc -b ./tsconfig.json ./e2e/tsconfig.json ./examples/*/tsconfig.json",
35
"tsc-dev": "pnpm tsc --watch --preserveWatchOutput",
36
"dev": "tsdown --sourcemap --watch src",
37
- "build": "tsdown"
+ "build": "tsdown",
38
+ "prepack": "tsdown"
39
},
40
"dependencies": {
41
"@mjackson/node-fetch-server": "^0.7.0",
0 commit comments