Skip to content

Commit

Permalink
Merge pull request #277 from aeons/fix/unbundle-jsx-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Kysluss authored Dec 17, 2024
2 parents 28ae1e4 + cdb8794 commit c70efe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default defineConfig(() => ({
formats: ['cjs', 'es'],
},
rollupOptions: {
external: Object.keys(externals),
external: ["react/jsx-runtime", ...Object.keys(externals)],
},
},
}));

0 comments on commit c70efe7

Please sign in to comment.