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
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:
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:
vue-cli/packages/@vue/cli-service/lib/config/css.js
Line 106 in e65110f
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.jsThe text was updated successfully, but these errors were encountered: