-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Docs: mention browserslist usage via browserslistrc file #13810
Conversation
@@ -20,6 +20,12 @@ Add this to your `package.json` file: | |||
] | |||
``` | |||
|
|||
Alternatively, add this to `.browserslistrc` file: |
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.
They mention also browserslist
file in docs https://github.com/browserslist/browserslist#config-file:
Browserslist config should be named
.browserslistrc
orbrowserslist
and have browsers queries split by a new line. Comments starts with # symbol:...
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.
Looks good, I haven't tested but I trust the docs :)
😅 It better work: Line 1 in ae4067f
|
Mention browserslist usage via
.browserslistrc
file in shareablebrowserslist-config
package.See docs https://github.com/browserslist/browserslist#readme