Add abortcontroller to polyfill.io and remove static file

This commit is contained in:
Antoine Boulanger
2019-09-03 14:16:08 -04:00
parent 3ed1175aaf
commit 680d6af675
3 changed files with 2 additions and 5 deletions

View File

@@ -41,8 +41,7 @@
</div>
<script nomodule src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.4.4/polyfill.min.js" crossorigin="anonymous"></script>
<script nomodule src="https://polyfill.io/v3/polyfill.min.js?features=fetch%2CCustomEvent%2CElement.prototype.matches%2NodeList.prototype.forEach" crossorigin="anonymous"></script>
<script nomodule src="assets/scripts/abortcontroller-polyfill-only.js"></script>
<script nomodule src="https://polyfill.io/v3/polyfill.min.js?features=fetch%2CCustomEvent%2CElement.prototype.matches%2NodeList.prototype.forEach%2AbortController" crossorigin="anonymous"></script>
<script src="assets/scripts/vendors.js"></script>
<script src="assets/scripts/app.js"></script>