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 3a8aef1 commit 5a47e65Copy full SHA for 5a47e65
packages/react-netlify-forms/package.json
@@ -27,8 +27,8 @@
27
"node": ">=10"
28
},
29
"scripts": {
30
- "build": "bun build ./src/index.js --outdir ./dist --target node",
31
- "start": "bun build ./src/index.js --outdir ./dist --target node --watch"
+ "build": "bun build ./src/index.js --outdir ./dist --minify --sourcemap=linked --external react",
+ "start": "bun build ./src/index.js --outdir ./dist --watch"
32
33
"peerDependencies": {
34
"react": "^16.8.0 || ^17.0.2 || ^18.0.0 || ^19.0.0"
0 commit comments