1 Star 3 Fork 1

林岑影/mmf-blog-vite-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
polyfill.js 652 Bytes
一键复制 编辑 原始数据 按行查看 历史
林岑影 提交于 2023-05-23 10:25 +08:00 . feat: 同步ssr版本
import fs from 'node:fs'
import polyfillLibrary from 'polyfill-library'
polyfillLibrary.getPolyfillString({
uaString: 'Chrome/63',
minify: true,
features: {
es2015: { flags: ['gated'] },
es2016: { flags: ['gated'] },
es2017: { flags: ['gated'] },
es2018: { flags: ['gated'] },
es2019: { flags: ['gated'] },
es2020: { flags: ['gated'] },
es2021: { flags: ['gated'] },
es2022: { flags: ['gated'] },
fetch: { flags: ['gated'] },
},
excludes: ['AggregateError'],
}).then((bundleString) => {
fs.writeFileSync('./public/static/js/polyfill.js', bundleString)
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lincenying/mmf-blog-vite-vue3.git
[email protected]:lincenying/mmf-blog-vite-vue3.git
lincenying
mmf-blog-vite-vue3
mmf-blog-vite-vue3
main

搜索帮助