From e9ca883077425ed8a28217b38f4e8185c38b1977 Mon Sep 17 00:00:00 2001 From: andrewlsimplisafe <51374417+andrewlsimplisafe@users.noreply.github.com> Date: Wed, 28 Aug 2019 17:15:31 -0400 Subject: [PATCH] docs: update browser-support.md (#17155) remove warning about polyfilling node_modules as the issue has been resolved and updated in gatsby version 2.11.0 --- docs/docs/browser-support.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/docs/browser-support.md b/docs/docs/browser-support.md index 174d8d3220201..39a2eb5397a9f 100644 --- a/docs/docs/browser-support.md +++ b/docs/docs/browser-support.md @@ -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