Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is autoprefixer necessary for "Minimum viable React app with Parcel Bundler"? #16

Open
tbranyen opened this issue Apr 5, 2018 · 1 comment

Comments

@tbranyen
Copy link

tbranyen commented Apr 5, 2018

As the title states, why is this module in this project? It seems like a nice-to-have, but by no means required for a React application. Could some justification be added for it's inclusion? CSS is not a concern for React applications as there are many solutions, just as there are many solutions for fetching data and organizing props. I do not see these added in this repository.

I've included autoprefixer for vendor prefixing with the same setup as create-react-app

create-react-app ships with a ton of stuff that isn't necessary, so I'm wondering if the project aim should change or if this module should be removed.

@mbtts
Copy link

mbtts commented Jun 19, 2018

On a more minor note related to autoprefixer - create react app have changed the settings.

IE 9 support dropped, only IE 11 support now.

[">1%", "last 4 versions", "Firefox ESR", "not ie < 9"]
['>1%', 'last 4 versions', 'Firefox ESR', 'not ie < 11']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants