@daniel If you uncomment the analyze part in:
build: { scopeHoisting: true, vueRouterMode: 'history', showProgress: true, gzip: false, // analyze: { // analyzerPort: 9000, // openAnalyzer: true // }, }And build your application, you’ll see webpack’s bundle analyzer. It’s very helpful in optimizing your JS chunks.