1 Star 1 Fork 1

世风十三 / nice-router-taro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 391 Bytes
一键复制 编辑 原始数据 按行查看 历史
其实我是kala 提交于 2020-05-28 14:59 . 修复webpackplugin的问题
// babel-preset-taro 更多选项和默认值:
// https://github.com/NervJS/taro/blob/next/packages/babel-preset-taro/README.md
const plugins = ['lodash']
const presets = [
['taro', {
framework: 'react',
ts: false,
}],
]
if (process.env.NODE_ENV === 'production') {
plugins.push('transform-remove-console')
}
module.exports = {
sourceMap: true,
plugins,
presets,
}
1
https://gitee.com/wind13/nice-router-taro.git
git@gitee.com:wind13/nice-router-taro.git
wind13
nice-router-taro
nice-router-taro
master

搜索帮助