Replies: 2 comments 1 reply
-
|
Thanks for the note. I continue to hate that Node.js falls over on basic stuff like importing named imports from a module. Should be able to get a fix in some time this week I hope. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Should work without config workarounds in 0.7.4. Thanks again! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all. This isn't something I fully follow, but updating to Vite 5 is now spitting errors about maplibre-gl import errors while using this package.
From what I can tell, here is the fix: https://main.vitejs.dev/guide/migration#ssr-externalized-modules-value-now-matches-production
Either via the quick and dirty path for now:
Adding
to your
defineConfigblock invite.config.tsOr by modifying all of the imports of maplibre-gl in the style that is outlined in the link above. I haven't had a chance to fully test this method though.
Beta Was this translation helpful? Give feedback.
All reactions