Skip to content

Commit 6c7c07b

Browse files
committed
fix: attempt to fix jsx-runtime error in prod
1 parent b01671e commit 6c7c07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web_common/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default defineConfig({
3434
rollupOptions: {
3535
external: [
3636
'react',
37-
'react/jsx-runtime',
37+
// 'react/jsx-runtime',
3838
'react-dom',
3939
'react-aria-components',
4040
'motion',

0 commit comments

Comments
 (0)