From fa95904793b01141cb4f08992abf81e6dc61eb22 Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Thu, 1 Apr 2021 12:18:29 -0400 Subject: [PATCH] fix(gatsby-legacy-polyfills): add dom collections to polyfills (#30483) (#30616) (cherry picked from commit 169eefed8fe03cb6c15f1b637d828088b3400c8b) Co-authored-by: Ward Peeters --- packages/gatsby-legacy-polyfills/src/exclude.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gatsby-legacy-polyfills/src/exclude.js b/packages/gatsby-legacy-polyfills/src/exclude.js index 51964aaf8b533..72f9a1872e0e0 100644 --- a/packages/gatsby-legacy-polyfills/src/exclude.js +++ b/packages/gatsby-legacy-polyfills/src/exclude.js @@ -76,6 +76,7 @@ module.exports = { `features/regexp`, `features/symbol`, `features/promise`, + `features/dom-collections`, ], // Will be used by preset-env to exclude already polyfilled features from the automatic polyfilling option CORE_JS_POLYFILL_EXCLUDE_LIST: [