-
Notifications
You must be signed in to change notification settings - Fork 1.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
Resolving ES modules on Nuxt3 integration #1969
Comments
I'm also having this issue. Did anyone manage to solve this? |
I cloned that repo and didn't get this kind of error about PrimeVue. Issue is not clear. |
I am also facing this issue. It does not have any problem with dev environment. Issue raise after build and start. After running the production build, visit the home page, it will throw an error. Please check the library author guide here. |
|
Thank you. |
@tugcekucukoglu Please don't ignore this, you can see the error here https://stackblitz.com/edit/github-eyqwuf?file=app.vue Related issue nuxt/nuxt#13124 |
@nndnha Really thanks for the example. Could you please try to using like this nuxt.config.js
|
Thank you @tugcekucukoglu This works for me. |
@nndnha nice works after add " build: { |
I'm submitting a ...
CodeSandbox Case (Bug Reports)
https://github.com/smorcuend/nuxt3-test
Current behavior
Hi people!
Last changes on nuxt3 CI generates error after build process. The result code on bundling process not showing errors but
npx nuxi preview
throw this error on console when serving:Regarding development server is serving correctly.
Minimal reproduction of the problem with instructions
https://github.com/smorcuend/nuxt3-test
npm run build && npm run preview
Please tell us about your environment:
Any ideas?
The text was updated successfully, but these errors were encountered: