@@ -11,11 +11,11 @@ export default defineConfig({
resolve: {},
plugins: [
// mkcert(), // 本地https
- legacy({
- targets: ['Chrome 63'],
- additionalLegacyPolyfills: ['regenerator-runtime/runtime'],
- modernPolyfills: true
- }),
+ // legacy({
+ // targets: ['Chrome 63'],
+ // additionalLegacyPolyfills: ['regenerator-runtime/runtime'],
+ // modernPolyfills: true
+ // }),
vue(),
vueJsx(),
],