Skip to content

Commit

Permalink
build: restore es2015 target
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed May 31, 2024
1 parent b5afa61 commit fa460d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default defineConfig({
}),
],
build: {
target: 'modules',
target: 'es2015',
copyPublicDir: false,
outDir: 'dist/lib',
sourcemap: true,
Expand Down

0 comments on commit fa460d3

Please sign in to comment.