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
When bundling with Vite in a SvelteKit application, I get the following warning: leaflet-rotatedmarker doesn't appear to be written in CJS, but also doesn't appear to be a valid ES module (i.e. it doesn't have "type": "module" or an .mjs extension for the entry point). Please contact the package author to fix.
If possible I would like to see this fixed, as it is kinda annoying to see pop up in my terminal.
The text was updated successfully, but these errors were encountered:
When bundling with Vite in a SvelteKit application, I get the following warning:
leaflet-rotatedmarker doesn't appear to be written in CJS, but also doesn't appear to be a valid ES module (i.e. it doesn't have "type": "module" or an .mjs extension for the entry point). Please contact the package author to fix.
If possible I would like to see this fixed, as it is kinda annoying to see pop up in my terminal.
The text was updated successfully, but these errors were encountered: