dvdzkwsk / react-redux-starter-kit

Get started with React, Redux, and React-Router.
MIT License
10.29k stars 2.2k forks source link

No .babelrc? #1294

Open shavidzet opened 7 years ago

shavidzet commented 7 years ago

There is no .babelrc file and as I read in webpack there is all babel confugration. But I think, is better to have babel configuration in independent file I mean .babelrc. It's better for project scaling, sometimes if you want to change build tool or testing tool you need babel configuration and this convention is extendable.