Skip to content

Commit ff124d8

Browse files
committed
fix targets in @vitejs/plugin-legacy
1 parent 42a92f6 commit ff124d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/vite.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export default defineConfig({
2121
},
2222
plugins: [
2323
legacy({
24+
targets: 'IE 11, Chrome>=38, Safari>=7.1, FF>=15',
2425
polyfills: false,
2526
}),
2627
],

0 commit comments

Comments
 (0)