mjohnston / react-native-webpack-server

Build React Native apps with Webpack
MIT License
933 stars 84 forks source link

error: unknown option `-e' #122

Closed niftylettuce closed 8 years ago

niftylettuce commented 8 years ago

App@0.0.1 start-android-webpack-server /Users/nexus/Public/foobar/Foobar react-native-webpack-server start -e index.android -P 9090 -p 9091 -w 9092

error: unknown option `-e'

niftylettuce commented 8 years ago

I'm on the 0.12-hmr

niftylettuce commented 8 years ago

These all happened after your rebase to master or whatever on this branch

jforaker commented 8 years ago

+1

niftylettuce commented 8 years ago

It's --androidEntry now On Nov 4, 2015 2:57 PM, "Jake Foraker" notifications@github.com wrote:

+1

— Reply to this email directly or view it on GitHub https://github.com/mjohnston/react-native-webpack-server/issues/122#issuecomment-153845960 .

elliottsj commented 8 years ago

Yep, separate --iosEntry and --androidEntry options now.