Skip to content

Commit

Permalink
docs: update browser-support.md (#17155)
Browse files Browse the repository at this point in the history
remove warning about polyfilling node_modules as the issue has been resolved and updated in gatsby version 2.11.0
  • Loading branch information
andrewlsimplisafe authored and wardpeet committed Aug 28, 2019
1 parent e41ce8f commit e9ca883
Showing 1 changed file with 0 additions and 2 deletions.
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

0 comments on commit e9ca883

Please sign in to comment.