vite-plugin-legacy-swc icon indicating copy to clipboard operation
vite-plugin-legacy-swc copied to clipboard

Provides legacy browsers support for the production build with SWC

Results 3 vite-plugin-legacy-swc issues
Sort by recently updated
recently updated
newest added

https://github.com/vitejs/vite/pull/16514 Better to do https://github.com/vitejs/vite/pull/16566 before releasing this one.

我在package.json中设置了broswerslist属性为"ie 8",然而打包结果仍然采用的默认targets配置"last 2 versions and not dead, > 0.3%, Firefox ESR" 后来我检查了swc的文档以及issues,发现swc不支持broswerslist相关配置,仅能通过targets配置目标浏览器 请在文档中去除此条,以免误导开发者 最后感谢作者开发的此插件