Explorar el Código

Merge branch 'iteration-create'

lex hace 2 años
padre
commit
76a8bdb4d3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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(),