mobxjs / mobx-react-devtools

[DEPRECATED] Tools to perform runtime analyses of React applications powered by MobX and React
MIT License
1.23k stars 49 forks source link

Remove trailing comma from .babelrc #79

Closed dragosbulugean closed 6 years ago

dragosbulugean commented 6 years ago

The trailing comma causes Parcel bundler to fail because it cannot parse it.

dragosbulugean commented 6 years ago

My bad, they added JSON5 to the parser. Will close.