-
Notifications
You must be signed in to change notification settings - Fork 4
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
Uncaught SyntaxError: The requested module does not provide an export named 'default' #544
Comments
Hi @natemate90 Thank you for reaching out. The While nuxt is not something we officially support at this moment in time, we do have official support on our backlog of items. Unfortunately I do not have a clear ETA on the release of this functionality, however we will be sure to update this thread with more information when priorities allow. |
Hi @clr182 thanks for responding. As you can see in the error, it seems that under the hood, this issue is a reference of |
Hi @natemate90 From the sounds of it, we are going to need to make an update to add a new export to our cuid lib for ES module compatibility. It the meantime as we work on an update, you can implement a monkey patch by adding the following to the
|
Thanks @clr182 for picking this up. We'll gladly wait for this fix to enable the performance tool |
@clr182 Can you provide a timeline for this fix? |
CUID import failing
persistence.js fails to import CUID
Steps to reproduce
npx nuxi@latest init cuid-bugsnag-problem
y
enter
(npm)npm i nuxt-bugsnag
(will install version 8.1.0)npx nuxi@latest module add bugsnag
error:
Uncaught SyntaxError: The requested module '/_nuxt/node_modules/@bugsnag/cuid/index.js?v=4cb633df'
Environment
Example Repo
https://github.com/natemate90/cuid-bugsnag-problem
The text was updated successfully, but these errors were encountered: