Closed
Description
What problem does this feature solve?
Currently it is IMO not possible to override the filename of an extracted css, by defining an extractCSS object in the vue.config.js.
The object itself would be already used here:
but is not allowed by the schema, defined in options.js of the parent dir.
What does the proposed API look like?
Add extractCSS: joi.object()
to the schema definition inside cli-service/lib/options.js