Dan H
Dan H
NNuxt
Created by Dan H on 3/25/2025 in #❓・help
"dirname" is not exported by "__vite-browser-external", imported by "nuxt.config.ts"
Just a quick update on this, it turns out it was due to an import in my website project for something that no longer existed in my layer project. The error message is exceedingly unhelpful and irrelevant to the real issue, but it makes sense that it didn't work
9 replies
NNuxt
Created by Dan H on 3/25/2025 in #❓・help
"dirname" is not exported by "__vite-browser-external", imported by "nuxt.config.ts"
Thank you - I’ll try that first thing tomorrow!
9 replies
NNuxt
Created by Dan H on 3/25/2025 in #❓・help
"dirname" is not exported by "__vite-browser-external", imported by "nuxt.config.ts"
Nuxt 3.16.1 didn't resolve it for me, as I still encountered it today when trying to update to that version.
9 replies
NNuxt
Created by Dan H on 5/19/2023 in #❓・help
How do I include a SCSS file in my Nuxt module?
Did anyone have any thoughts on this?
3 replies
NNuxt
Created by Dan H on 11/29/2022 in #❓・help
Can you use definePageMeta within pages registered by a module?
That didn't seem to prevent the warning, but in testing I did spot the meta property on the NuxtPage objects you add in extendPages, so I've switched to using that, which seems to work
7 replies
NNuxt
Created by Dan H on 11/29/2022 in #❓・help
Can you use definePageMeta within pages registered by a module?
Thank you, I'll look into that!
7 replies