Static files size reported as warning on build process
lucasoares opened this issue · 0 comments
lucasoares commented
WARNING Compiled with 3 warnings3:24:38 AM
warning
asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
css/chunk-vendors.60f533d8.css (336 KiB)
js/chunk-vendors.50eef8dc.js (770 KiB)
warning
entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
app (1.13 MiB)
css/chunk-vendors.60f533d8.css
js/chunk-vendors.50eef8dc.js
css/app.a5ecb783.css
js/app.64cb82e2.js
warning
webpack performance recommendations:
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
For more info visit https://webpack.js.org/guides/code-splitting/
File Size Gzipped
dist/js/chunk-vendors.50eef8dc.js 769.54 KiB 236.79 KiB
dist/js/app.64cb82e2.js 43.84 KiB 12.97 KiB
dist/css/chunk-vendors.60f533d8.css 335.56 KiB 37.20 KiB
dist/css/app.a5ecb783.css 3.75 KiB 1.34 KiB
Images and other types of assets omitted.
DONE Build complete. The dist directory is ready to be deployed.
INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html