Skip to content

Commit

Permalink
fix: ie11에서 미지원 DOM API에 대한 폴리필 추가 (#83)
Browse files Browse the repository at this point in the history
`HTMLElement.current`와 `HTMLElement.appendChild` 지원을
위한 polyfiil을 추가함

Signed-off-by: chayeoi <[email protected]>
  • Loading branch information
chayeoi committed Mar 4, 2020
1 parent 57c07ff commit 68ce3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ module.exports = {
{
resolve: 'gatsby-plugin-polyfill-io',
options: {
features: ['IntersectionObserver'],
features: ['IntersectionObserver', 'document'],
},
},
'gatsby-plugin-react-helmet',
Expand Down

0 comments on commit 68ce3e3

Please sign in to comment.