diff --git a/config/vite.config.js b/config/vite.config.js index 59cbe446..c8bba853 100644 --- a/config/vite.config.js +++ b/config/vite.config.js @@ -14,8 +14,7 @@ export default defineConfig({ plugins: [ vue(), legacy({ - targets: [ "ie > 11" ], - additionalLegacyPolyfills: [ "regenerator-runtime/runtime" ] + targets: [ "since 2015" ], }), visualizer({ filename: "tmp/dist-stats.html"