Here is the content of my vue.config.js file:
css: {
extract: false,
},
configureWebpack: {
devtool: 'source-map',
optimization: {
splitChunks: false,
},
},
productionSourceMap: false,
I'm facing an issue where running npm run build
results in multiple JS files being generated, each just a few kilobytes in size. How can I reduce the number of HTTP requests?
Entrypoint size limit exceeded: The combined asset size for the following entrypoint(s) exceeds the recommended limit (244 KiB). This could negatively impact web performance.
Entrypoints:
app (2.2 MiB)
js/app.e5ac77b2.js
File Size Gzipped
...
(dist\js\chunk-2d0e523f.2a1a17be.js 0.57 KiB 0.38 KiB)