-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Make browsers list configurable #2358
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
Closed
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
8512933
Autoprefixer's browsers option is currently hardcoded. This PR adds t…
cr101 d2ba437
Merge branch 'master' of https://github.com/facebookincubator/create-…
cr101 377d70e
Merge branch 'master' of https://github.com/facebookincubator/create-…
cr101 a617388
Make the browsers list more readable
cr101 d479b9f
Stack the browsers underneath each other
cr101 aa25bab
Check if browserslist is in package.json and if not then force it
cr101 4c02989
Merge branch 'master' of https://github.com/facebookincubator/create-…
cr101 6d93bb7
Merge branch 'master' of https://github.com/facebookincubator/create-…
cr101 68fed74
Use default values when browserslist is not specified in package.json
cr101 ebc436a
Remove old 2009 syntax of Flexbox (i.e -webkit-box, -webkit-box-*) w…
cr101 9ec67b4
lerna-changelog
cr101 4f40f6f
upstream changes
cr101 7177a59
remove warning messages
cr101 fa50ef5
Merge branch 'master' into master
cr101 135b90d
Delete yarn.lock
cr101 30d3727
Delete cra.js
cr101 eb01f6d
update my local copy
cr101 1eeee99
Merge branch 'master' of https://github.com/facebookincubator/create-…
cr101 fedf184
Delete package-lock.json
cr101 6bc0271
Delete package-lock.json
cr101 621e2bd
Delete package-lock.json
cr101 89e8437
Delete package-lock.json
cr101 aed45d2
Delete package-lock.json
cr101 317cfe6
Merge branch 'master' of https://github.com/cr101/create-react-app
cr101 9bad6a7
Merge branch 'master' of https://github.com/facebookincubator/create-…
cr101 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Empty file.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this can be moved to a separate module to avoid DRY, maybe config/getSupportedBrowsers?