You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgraded to the latest version of nuxt content and I keep into issues because the module css file is imported as .module. It is missing the .css extension.
I am not sure if this is a bug, but I expect if I exclude any directories with components, that the .css files should never end up in the .nuxt/content/components.ts file to begin with.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Update This indeed seems to be a bug since
module.css
files are missing an extension. I created an issue here.I use the following file structure and I love to colocate files in my projects.
I upgraded to the latest version of nuxt content and I keep into issues because the module css file is imported as
.module
. It is missing the.css
extension.This is inside of
.nuxt/content/components.ts
.I also have in my
content.config.ts
file the followingexclude
pattern.I am not sure if this is a bug, but I expect if I exclude any directories with components, that the .css files should never end up in the
.nuxt/content/components.ts
file to begin with.Beta Was this translation helpful? Give feedback.
All reactions