Cweili / svelte-fa

Tiny FontAwesome component for Svelte
https://cweili.github.io/svelte-fa/
MIT License
398 stars 24 forks source link

Docs not building correctly #309

Closed marekdedic closed 9 months ago

marekdedic commented 9 months ago

Hi, since 00c95d568d5bce0e182bf8f51bb3859c8bbefb2d, the docs won't build correctly - docs/rollup.config.js needs to be renamed to docs/rollup.config.mjs, but even with that I get the following error in the browser:

Uncaught TypeError: Fa is not a constructor
    create_each_block https://svelte-fa.test/dist/index.js:721
    create_fragment$c https://svelte-fa.test/dist/index.js:846
    init https://svelte-fa.test/dist/index.js:551
    Showcase https://svelte-fa.test/dist/index.js:1135
    create_fragment https://svelte-fa.test/dist/index.js:3919
    init https://svelte-fa.test/dist/index.js:551
    App https://svelte-fa.test/dist/index.js:3960
    <anonymous> https://svelte-fa.test/dist/index.js:3967
    <anonymous> https://svelte-fa.test/dist/index.js:3971
    ...