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
To make this solution more visible for people with the same error, I want to add that this is happening with Sveltekit and the Netlify-adapter. @dahei’s solution added to vite.config.js worked for me.
Describe the bug
The package includes
require
that causes an exception in a browser bundle built by ViteJS. It happens because of these lines:https://github.com/squirrellyjs/squirrelly/blob/master/src/file-utils.ts#L1-L2
That file should be imported only in nodejs build, not a browser. At least, it should not be included in ESM format
The text was updated successfully, but these errors were encountered: