Quantcast
Channel: Active questions tagged config - Stack Overflow
Viewing all articles
Browse latest Browse all 5049

Vuejs 2 how to config Webpack to split chunk file

$
0
0

How to config webpack configure in vue.config.js to split chunk to multi-file?

module.exports = defineConfig({ configureWebpack: {    plugins: [     new CopyWebpackPlugin({       patterns: [{ from: 'web.config' }],     }),    ],  },});

enter image description here

I want to change to

enter image description here


Viewing all articles
Browse latest Browse all 5049

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>