Skip to content

Commit

Permalink
chore: update minimum browsers we support
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Nov 26, 2024
1 parent 49834b6 commit 8fa8b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config-common.mts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const defineViteConfigForEntrypoint = (entrypoint: ViteEntryPoint) => {
emptyOutDir: true,
outDir: `dist/${entrypointInfo.outDir}`,
sourcemap: true,
target: ["chrome66", "firefox78", "safari12"], // see docs/browser-support.md
target: ["chrome80", "firefox78", "safari13.1"], // see docs/browser-support.md
rollupOptions: {
input: {
[entrypointInfo.outName]: entrypointInfo.entryPointFile,
Expand Down

0 comments on commit 8fa8b36

Please sign in to comment.