Skip to content

Commit fa95904

Browse files
GatsbyJS Botwardpeet
GatsbyJS Bot
andauthoredApr 1, 2021
fix(gatsby-legacy-polyfills): add dom collections to polyfills (#30483) (#30616)
(cherry picked from commit 169eefe) Co-authored-by: Ward Peeters <ward@coding-tech.com>

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

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

+1
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)
Please sign in to comment.