Skip to content

Commit

Permalink
fix(gatsby-legacy-polyfills): add dom collections to polyfills (#30483)…
Browse files Browse the repository at this point in the history
… (#30616)

(cherry picked from commit 169eefe)

Co-authored-by: Ward Peeters <ward@coding-tech.com>
  • Loading branch information
GatsbyJS Bot and wardpeet committed Apr 1, 2021
1 parent 322e550 commit fa95904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-legacy-polyfills/src/exclude.js
Expand Up @@ -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: [
Expand Down

0 comments on commit fa95904

Please sign in to comment.