Closed dolbex closed 4 weeks ago
We experienced this during build both locally and on Github actions. I'm not quite sure how to reproduce a build error experience.
Update from 2.13.2 to 2.13.3 resulted in this error for us:
#13 19.06 ERROR Nuxt Build Error: [vite]: Rollup failed to resolve import "#components" from "virtual:nuxt:/home/bun/app/.nuxt/mdc-image-component.mjs".
Only content I believe we have in this particular project is a json file with an array of objects like
[ { "id": 1, "name": "Goroka", "city": "Goroka", "country": "Papua New Guinea", "faa_code": "GKA", "icao_code": "AYGA", "lat": -6.081689, "lng": 99.99999999, "altatude": 5282, "timezone": 10, "dst": "U", "timezone_wiki_uri": "Pacific/Port_Moresby" }, ]
No response
Looks like this might be resolved with the update in 2.13.4 with the bump to mdc. Testing.
Thanks for the report. Should be fixed in 2.13.4 hotfix.
2.13.4
Checkout #2811
Thanks for the quick response @farnabaz !
Environment
Build Modules: -
Reproduction
We experienced this during build both locally and on Github actions. I'm not quite sure how to reproduce a build error experience.
Describe the bug
Update from 2.13.2 to 2.13.3 resulted in this error for us:
#13 19.06 ERROR Nuxt Build Error: [vite]: Rollup failed to resolve import "#components" from "virtual:nuxt:/home/bun/app/.nuxt/mdc-image-component.mjs".
Additional context
Only content I believe we have in this particular project is a json file with an array of objects like
Logs
No response