Make browsers list configurable - revisited#3183
Closed
kasperpeulen wants to merge 29 commits intofacebook:masterfrom
Closed
Make browsers list configurable - revisited#3183kasperpeulen wants to merge 29 commits intofacebook:masterfrom
kasperpeulen wants to merge 29 commits intofacebook:masterfrom
Conversation
…he browserslist key in package.json which allows developers to set browsers list in queries like "Chrome >= 35", "Firefox >= 38" for both production and development. Autoprefixer which relies on Browserslist will find its config automatically. This PR fixes facebook#2248 and facebook#892
…ich is no longer supported
# Conflicts: # packages/react-scripts/config/webpack.config.dev.js # packages/react-scripts/config/webpack.config.prod.js
|
Hello! I'm a bot that helps facilitate testing pull requests. Your pull request (commit e6a7ff8) has been released on npm for testing purposes. npm i react-scripts-dangerous@1.0.14-e6a7ff8.0
# or
yarn add react-scripts-dangerous@1.0.14-e6a7ff8.0
# or
create-react-app --scripts-version=react-scripts-dangerous@1.0.14-e6a7ff8.0 folder/Note that the package has not been reviewed or vetted by the maintainers. Only install it at your own risk! Thanks for your contribution! |
|
How about |
|
Any news about this one ? |
|
Is this feature supported? I want to support iOS 8 and do not want to eject |
Contributor
|
We decided to merge a version of this into the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
follow up on #2358