alphapeter / fa-svelte

Font Awesome 5 for svelte.js
MIT License
71 stars 3 forks source link

Rewrite component using ES5 #1

Closed alphapeter closed 5 years ago

alphapeter commented 5 years ago

When building using webpack, html files in node_modules are ignored by default when using babel transipler. Thus it will not work when using internet explorer.

The solution is to rewrite the component using ES5