- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 6.3k
Closed
Description
What problem does this feature solve?
To be able to configure from vue.config.js or from vui ui, the option to have only one file for css y js , that the only way I see now it is that it generates multiple files or injecting.
What does the proposed API look like?
I would put the option in the vue.config.js the single option in css and js
module.exports = {
    productionSourceMap: false,
    baseUrl: './',
    outputDir: undefined,
    assetsDir: undefined,
    runtimeCompiler: undefined,
    parallel: undefined,
    css: {
        modules: false,
        .....single: true
    },
    js: {
       .....single: true
    },
    configureWebpack: {
        performance: {
            hints: false
        }
    }
}
Metadata
Metadata
Assignees
Labels
No labels