Cweili / svelte-fa

Tiny FontAwesome component for Svelte

Home Page:https://cweili.github.io/svelte-fa/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs not building correctly

marekdedic opened this issue · comments

Hi, since 00c95d5, 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
    ...