xh12

Results 2 comments of xh12

同样问题,修改打包方式,去掉严格模式 可以解决, 在vite 配置中使用 `@vitejs/plugin-legacy` 这个插件,配置如下 ` legacy({ targets: ['ie >= 11'], // 根据需要设置目标浏览器 additionalLegacyPolyfills: ['regenerator-runtime/runtime'], // 可能需要的其他 polyfills renderModernChunks: false, }), `