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
(cherry picked from commit 169eefe)
  • Loading branch information
wardpeet authored and pieh committed Apr 1, 2021
1 parent 322e550 commit 3550729
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 3550729

Please sign in to comment.