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 08b535a commit 4f52355Copy full SHA for 4f52355
package.json
@@ -19,7 +19,7 @@
19
"build": "next build",
20
"prebuild:dist": "rimraf dist/**",
21
"build:dist": "npm run build:postcss && npm run build:microbundle",
22
- "build:microbundle": "NODE_ENV=production microbundle --define process.env.NODE_ENV=production --tsconfig tsconfig.microbundle.json -f cjs,es,modern",
+ "build:microbundle": "NODE_ENV=production microbundle --define process.env.NODE_ENV=production --tsconfig tsconfig.microbundle.json -f cjs,es,modern --css-modules false --jsx React.createElement --jsxFragment React.Fragment",
23
"build:postcss": "postcss -d dist --no-map src/style.css",
24
"dev": "next",
25
"lint": "eslint . --ext ts,tsx,js,jsx --max-warnings 0 && tsc",
0 commit comments