Skip to content

Commit

Permalink
update from edge16 to edge18 to make the ci pass ?
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatthieu3 committed Mar 5, 2024
1 parent fae4761 commit 8330e91
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 @@ -25,7 +25,7 @@ export default defineConfig({
},
rollupOptions: {},
//formats: ["es"],
target: ["es2015", "chrome58", "edge16", "firefox57", "node12", "safari11"],
target: ["es2015", "chrome58", "edge18", "firefox57", "node12", "safari11"],
//target: ["es2015"],
// Relative to the root
outDir: resolve(__dirname, 'dist'),
Expand Down

0 comments on commit 8330e91

Please sign in to comment.