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

docs: update browser-support.md #17155

Merged
merged 1 commit into from
Aug 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/docs/browser-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ supported by some of your targeted browsers, you won't have to worry about it
breaking the older browsers as Babel will automatically add the needed polyfill
`core-js/modules/es7.array.includes`.

> Gatsby only automatically adds polyfills for your code (and not for your project's dependencies in `node_modules`) at the moment. You can track work on this in [this issue](https://github.com/gatsbyjs/gatsby/issues/7064).

## Specify what browsers your project supports using "Browserslist"

You may customize your list of supported browser versions by declaring a
Expand Down