Skip to content

Commit

Permalink
Important commit: modify bundling config to add support older browser…
Browse files Browse the repository at this point in the history
…s. Should correspond to 2017
  • Loading branch information
bmatthieu3 committed Sep 27, 2023
1 parent 9137eff commit 09d35f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default defineConfig({
},
rollupOptions: {},
//formats: ["es"],
target: ["es2015", "chrome58", "edge16", "firefox57", "node12", "safari11"],
//target: ["es2015"],
// Relative to the root
outDir: resolve(__dirname, 'dist'),
Expand Down

0 comments on commit 09d35f5

Please sign in to comment.