You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes the issue where node cannot resolve the module's
package.json, thus triggering following warning in
`rollup-plugin-svelte`:
```
[rollup-plugin-svelte] The following packages did not export their `package.json` file so we could not
check the "svelte" field. If you had difficulties importing svelte components from a package, then please
contact the author and ask them to export the package.json file.
- @zerodevx/svelte-toast
```
0 commit comments