LiquidPlayer / liquidcore-cli

Command line interface for LiquidCore
MIT License
3 stars 0 forks source link

Running `liquidcore init` twice on the same directory corrupts `.babelrc` #3

Open ericwlange opened 5 years ago

ericwlange commented 5 years ago

Settings get added multiple times to .bablerc causing metro to barf. Need to ensure settings only get set once.

ericwlange commented 5 years ago

Workaround: Manually edit .babelrc and remove duplicate lines.