Closed
Description
What problem does this feature solve?
No any explanation in docs, why in "build --mode development" ignored vue.config.js file.
And how developer can build app with bundled assets and enabled vue-dev-tools
What does the proposed API look like?
vue.config.js:
module.exports = {
...
outputDir: 'dist',
assetsDir: 'app',
indexPath: 'app.html',
...
}
Run:
# vue-cli-service build --mode development
Result:
/dist
/dist/app.html
/dist/app/js
/dist/app/css
/dist/app/img