Closed nickrttn closed 11 months ago
This PR:
svelte
^3.31
SvelteComponentTyped
rollup-plugin-svelte
dist/
npm run build
prepublish
Fixes #13
Thanks Nick going to check this out as soon as possible.
@rikschennink : is this PR ok for you ? 😃
@pierre-H Haven't gotten around to it yet.
I hope this could be merged soon
This PR:
svelte
to^3.31
because theSvelteComponentTyped
required to do this was added in that release.rollup-plugin-svelte
to v6.1.1, which fixes a broken require that was throwing when running the buildrollup-plugin-svelte
but it requires upgrading rollup to v2, a new major.dist/
folder of this package (this could possibly be removed asnpm run build
is also theprepublish
action?)