Skip to content

Commit 169eefe

Browse files
authored
fix(gatsby-legacy-polyfills): add dom collections to polyfills (#30483)
1 parent c0f3676 commit 169eefe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gatsby-legacy-polyfills/src/exclude.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ module.exports = {
7676
`features/regexp`,
7777
`features/symbol`,
7878
`features/promise`,
79+
`features/dom-collections`,
7980
],
8081
// Will be used by preset-env to exclude already polyfilled features from the automatic polyfilling option
8182
CORE_JS_POLYFILL_EXCLUDE_LIST: [

0 commit comments

Comments
 (0)