Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Static files size reported as warning on build process #21

Open
lucasoares opened this issue Jul 10, 2020 · 0 comments
Open

Static files size reported as warning on build process #21

lucasoares opened this issue Jul 10, 2020 · 0 comments

Comments

@lucasoares
Copy link
Owner

lucasoares commented Jul 10, 2020

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
@lucasoares lucasoares added the good first issue Good for newcomers label Jul 10, 2020
@lucasoares lucasoares removed the good first issue Good for newcomers label Feb 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant