emakina-cee-oss / react-cli

An easy to use CLI for starting and building React projects in a fast and consistent way.
MIT License
5 stars 0 forks source link

add explicit .browserslistrc #22

Open flobacher opened 6 years ago

flobacher commented 6 years ago

see https://github.com/ai/browserslist

the standard cra setup specifies a hardcoded browserslist. I would like to have this as an explicit config option, so both babel and post-css (autoprefixer) respect this and it is transparent for the developer what are the target browsers.