-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Register Not In Exports #5670
Comments
Fixed in 3.29.7 - thank you for your PR! |
Seems to be an issue with version 3.55.1. I checked the exports in the package.json and it isn't there. |
https://unpkg.com/[email protected]/package.json It's there, but only for |
Yes, I see what you mean. Odd, I tried requiring it via mocha's -r flag. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Requiring
svelte/register
fails as it is not defined in the package exportsLogs
To Reproduce
Expected behavior
Register to be loaded
Svelte version
3.29.6
The text was updated successfully, but these errors were encountered: