1 Star 0 Fork 2

程序员Tom / uni-parse-pages

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 406 Bytes
一键复制 编辑 原始数据 按行查看 历史
// eslint-disable-next-line no-undef
module.exports = {
presets: [
[
'@babel/preset-env',
{
/* Babel 会在 Rollup 有机会做处理之前,将我们的模块转成 CommonJS,导致 Rollup 的一些处理失败 */
modules: false
}
]
],
plugins: [
[
// 与 babelHelpers: 'runtime' 配合使用
'@babel/plugin-transform-runtime'
]
]
}
TypeScript
1
https://gitee.com/tomgao365/uni-parse-pages.git
git@gitee.com:tomgao365/uni-parse-pages.git
tomgao365
uni-parse-pages
uni-parse-pages
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891