Pageworks / papertrain

Papertrain: a Craft CMS 3 framework
http://download.papertrain.io
MIT License
5 stars 2 forks source link

Dynamic Polyfilling #163

Closed codewithkyle closed 5 years ago

codewithkyle commented 5 years ago

We should write a custom <script> in the base template that will check for IE 11 and dynamically append a polyfill.js file see this repo for additional details about dynamically loading JS without the use of the import() syntax.