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 5f1b161 commit 9db0421Copy full SHA for 9db0421
packages/react-netlify-forms/package.json
@@ -27,14 +27,13 @@
27
"node": ">=10"
28
},
29
"scripts": {
30
- "build": "bun build ./src/index.js --outdir ./dist --minify --sourcemap=linked --external react",
31
- "start": "bun build ./src/index.js --outdir ./dist --watch"
+ "build": "bun build ./src/index.js --outdir ./dist --production --minify --sourcemap=linked --external react --jsx=react-jsx",
+ "start": "bun run build --watch"
32
33
"peerDependencies": {
34
"react": "^16.8.0 || ^17.0.2 || ^18.0.0 || ^19.0.0"
35
36
"dependencies": {
37
"react-google-recaptcha": "^2.1.0"
38
- },
39
- "jsxImportSource": "react"
+ }
40
}
0 commit comments