Skip to content

Commit

Permalink
Adding features=all for polyfills because it's a better default
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBruant authored May 12, 2018
1 parent 53a880b commit 214d851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<link rel="stylesheet" href="https://rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap-reboot.css">

<script crossorigin="anonymous" src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
<script crossorigin="anonymous" src="https://cdn.polyfill.io/v2/polyfill.min.js?features=all"></script>
</head>
<body>
</body>
Expand Down

0 comments on commit 214d851

Please sign in to comment.