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

Make browsers list configurable #3182

Closed
wants to merge 103 commits into from

Conversation

kasperpeulen
Copy link
Contributor

follow up on #2358

Autoprefixer's browsers option is currently hardcoded. This PR adds the browserslist key in package.json which allows developers to set different browsers for both production and development.
Autoprefixer which relies on Browserslist will find its config automatically.
This PR fixes #2248 and #892

cr101 and others added 30 commits May 25, 2017 15:58
…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
Glob support has been added in source-map-explorer@1.4+
This allows you to set REACT_EDITOR to 'vim --remote', so the file can
be opened in an already running vim process. When using vim without
remote, it works in the same way as before.

When launching vim without --remote, the order of the line and path
arguments doesn't matter. However, when using --remote the line argument
has to precede the path. This happens to be the same as joe and emacs
uses, so the vim cases were just moved there.

I haven't tested this with mvim, but the documentation says the same as
the vim documentation, so I assume it works the same.
tharakawj and others added 26 commits September 24, 2017 15:25
* Make error overlay file configurable

* Add fallback filename
 - react-dev-utils@4.0.1
 - react-error-overlay@2.0.1
 - react-scripts@1.0.13
The `npm install` script for outside usage instructions is outdated. Updated to match the package's current peer dependencies.
* Switch to unix path separators before normalizing path for Windows compatibility

* Add comment for posterity

* Revert "Add comment for posterity"

This reverts commit 742bace.

* Strictly add comment
* run npm 5.4.0 in CI

* run npm cache clean with --force in CI

* use link instead of install

* Update e2e-installs.sh

* Update e2e-kitchensink.sh

* Update e2e-simple.sh
* Reload the page when an error has occurred
Fixes facebook#3096

* Use a global boolean instead
* rerun prettier for all files

* pin prettier to 1.6.1
* Clean target directory before compiling overlay

* Use rimraf
* Auto-detect running editor on Linux for error overlay

Basic support of auto detecting running editor for facebook#2636.
Tested on Ubuntu 16.04.
It detects few editors. JetBrains products should start by
wrapper like /usr/local/bin/webstorm. Otherwise it takes a
lot of time to open editor.

* Comments fixed.

* List all processes owned by you

* Comment rewording
* Updated react-error-overlay to latest Flow (0.54.0)

* Revert "Updated react-error-overlay to latest Flow (0.54.0)"

This reverts commit 6deaffb.

* Fixed unit tests.

* Updated code as per code review.

* Fixed code as per code review.

* Updated the code as per review.
* Resolved issue facebook#2971

- changed h2 to h1 in template to adhere to accessibility guidelines.
- Added h1 styles to maintain same font size.

* Added header tag to template

Corrected templete to use semantically correct header tag for header instead of div

* Added className for App-title

- Added className="App-title" to h1 tag
- Changed CSS selector to target class instead of element
* Class fields to stage 3

Per 2017.07.27 TC39
tc39/proposals@0bbbb08

* Be explicit that only the public part of the unified field proposal is available.
* Add link to active CSS modules discussion

* Update README.md
@kasperpeulen
Copy link
Contributor Author

hmm messed something up

@lock lock bot locked and limited conversation to collaborators Jan 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option for enabling Flexbox 2009