Uh oh!
There was an error while loading. Please reload this page.
Added a reasonable config for autoprefixer (resolves #73) - #345
Conversation
ghost
commented
Aug 3, 2016
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks! |
ghost
commented
Aug 3, 2016
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
mxstbr
commented
Aug 3, 2016
Why would we put that in a global file and not |
gaearon
commented
Aug 3, 2016
Yeah, this should be a part of Webpack configs. |
alexzherdev
commented
Aug 3, 2016
The original issue #73 mentions an issue with css-loader which could be fixed via a browser list file, but it also mentions an alternative fix, so maybe that one could be used here. (supplying an option to css-loader) |
kripod
commented
Aug 3, 2016
gaearon
commented
Aug 3, 2016
We want to be explicit. It’s unclear which tool would read a file called We don’t really care about DRY here, we care about explicitness so you can see how everything in config ties together. |
kripod
commented
Aug 4, 2016
I updated the PR, trying my best to follow your great advices. |
gaearon
commented
Aug 4, 2016
Thank you! |
No description provided.