// vue.config.js
module.exports = {
outputDir: 'target/dist',
configureWebpack:{
optimization: {
splitChunks: {
minSize: 10000,
maxSize: 250000
}
};