Skip to content

Commit

Permalink
fix(polyfill): yet another try
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Oct 3, 2018
1 parent 45aa785 commit 57a3bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default class MyDocument extends Document {
<link rel="shortcut icon" href="/static/favicon.ico" />
<link rel="stylesheet" href="/static/bundle.css" />
{this.props.styleTags}
<script src="https://cdn.polyfill.io/v2/polyfill.min.js" />
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch" />
</Head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit 57a3bf3

Please sign in to comment.