-
Notifications
You must be signed in to change notification settings - Fork 71
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
Unable to run as Nuxt3 plugin #30
Comments
This issue is related to Vite.
|
This didn't help. So making the change without transpile yields the same results, while with transpile it gives another error which already present without those options, as mentioned above also.
Do you happen to have an example config maybe? I am planning to put this into the cloud for reproduction. |
I've setup a repo with this working. You can look up the |
Hi all,
I am creating a new issue as comments in the older closed issue are not relevant. Basically not able to run this mode as plugin in Nuxt3/Vite configuration. It doesn't work in "nuxi run dev" but builds fine and works, it has to work on dev also to actually enable the development.
Without any options in the config, I get the following errors:
If I add the following to configuration for Vite in nuxt.config
The Big Integer error disappears, but this prevents the whole app from loading. Anyone experienced the same thing?
WARN Sourcemap for "/Users/Shared/data/projects/audacious/audacious-app/node_modules/@solana/buffer-layout/lib/Layout.js" points to missing source files
Thanks
The text was updated successfully, but these errors were encountered: