Separation configurations per component directory #876
Unanswered
binaryartifex
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there scope for the dirs property to accept an object array instead of a string array such that i can provide separate configuration options for certain component directories? ie. i have a components/common directory with folders such as controls, inputs, utils, typography, etc that are just for organisation but id like all components in components/common to be prefixed with 'v'. i have another directory called components/domain that also has root level directories that map to business needs that are all essentially composed of components from the common directory, i don't want anything in the components/domain to be prefixed but id like to also import them. nuxt.configs components property does this quite well.
Beta Was this translation helpful? Give feedback.
All reactions