romkor / svelte-portal

Svelte component for rendering outside the DOM of parent component
https://svelte.dev/repl/407576d4fa984cfb97dcdd3da98e833e
MIT License
439 stars 21 forks source link

Add a default field in exports to fix build on webpack #181

Closed unlocomqx closed 6 months ago

unlocomqx commented 6 months ago

Not having a default in exports causes this error

Module not found Package path . is not exported from package

unlocomqx commented 6 months ago

nvm, this fixes the issue https://github.com/hperrin/svelte-material-ui/issues/641#issuecomment-1902212940

I will create an issue so other people find it