superRaytin / react-native-alipay

基于 React Native 实现的支付宝钱包 UI 界面
MIT License
164 stars 40 forks source link

在使用babel6的情况下,如果第三方module是基于babel5的且存在.babelrc文件,xcode编译的时候会报错 #3

Open flappymonkey opened 8 years ago

flappymonkey commented 8 years ago

可以删除第三模块的.babelrc来解决这个问题 "scripts": { "clean:babelrc": "find ./node_modules -name react-packager -prune -o -name '.babelrc' -print | xargs rm -f", "postinstall": "npm run clean:babelrc" }

superRaytin commented 8 years ago

:+1: :+1: 可以提个 PR