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
So I just updated this package from 13.0.3 to 13.0.14, and suddenly my entire sveltekit project stopped working - it seems that every single import statement returns undefined. I'm guessing it's due to one of Babel's dependencies being updated. When I have some free time I'll pinpoint the exact version where this starts occuring.
A minimal example is needed, not a dump of package.json.
As mentioned I will find some time to pinpoint the exact version and conditions, just wanted to give a heads up in case this might be affecting more people or if someone wants to investigate.
So I just updated this package from
13.0.3
to13.0.14
, and suddenly my entire sveltekit project stopped working - it seems that every singleimport
statement returnsundefined
. I'm guessing it's due to one of Babel's dependencies being updated. When I have some free time I'll pinpoint the exact version where this starts occuring.For now here are my dependencies:
The text was updated successfully, but these errors were encountered: