Browse Source

Update vite.config.ts

lex 1 năm trước cách đây
mục cha
commit
6b49ffe87f
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      vite.config.ts

+ 2 - 1
vite.config.ts

@@ -20,7 +20,8 @@ export default defineConfig({
   base: './',
   plugins: [
     legacy({
-      targets: 'last 2 versions and not dead, > 0.3%, Firefox ESR'
+      targets: ['> 0.25%, not dead'],
+      ignoreBrowserslistConfig: true
     }),
     vue(),
     vueJsx(),