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 0db5a03 commit d539490Copy full SHA for d539490
vite.config.ts
@@ -22,6 +22,7 @@ async function renameJsx() {
22
// https://vitejs.dev/config/
23
export default defineConfig({
24
build: {
25
+ target: "es2015",
26
lib: {
27
entry: "lib/main.tsx",
28
name: "TalkJSReact",
0 commit comments