We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee8eed commit 5fb1935Copy full SHA for 5fb1935
1 file changed
package.json
@@ -18,8 +18,8 @@
18
"node": ">=18"
19
},
20
"scripts": {
21
- "build": "microbundle",
22
- "dev": "microbundle watch",
+ "build": "microbundle --jsx 'React.createElement' --jsxFragment 'React.Fragment' -f cjs,es --no-compress",
+ "dev": "microbundle watch --jsx 'React.createElement' --jsxFragment 'React.Fragment' -f cjs,es --no-compress",
23
"prepare": "run-s build",
24
"test": "run-s test:unit test:lint test:build",
25
"test:build": "run-s build",
0 commit comments