Closed oreqizer closed 7 years ago
@oreqizer componentRoot is where CB finds the components, not where it serves them from.
You want
dest (default: 'carte-blanche'): Change the location of your Carte Blanche. Needs to be a path.
plugins: [
new CarteBlanche({
componentRoot: 'src/components',
dest: 'components'
})
]
My config: