Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning about too large size #12

Open
maxnoe opened this issue Mar 22, 2020 · 1 comment
Open

Warning about too large size #12

maxnoe opened this issue Mar 22, 2020 · 1 comment

Comments

@maxnoe
Copy link
Member

maxnoe commented Mar 22, 2020

$ npm run build
 WARNING  Compiled with 2 warnings9:54:55 AM

 warning  

entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  app (296 KiB)
      css/chunk-vendors.7e449d15.css
      js/chunk-vendors.c515d6a7.js
      css/app.d40fc157.css
      js/app.cd95d77f.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.c515d6a7.js      117.19 KiB        41.54 KiB
  dist/js/app.cd95d77f.js                7.25 KiB          2.04 KiB
  dist/css/chunk-vendors.7e449d15.css    171.37 KiB        24.02 KiB
  dist/css/app.d40fc157.css              0.16 KiB          0.14 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

Probably due to bootstrap. Either we ignore it for now, or try to only uyse the parts of bootstrap we need

@kbruegge
Copy link
Contributor

May I suggest smaller alternatives to bootstrap like
https://purecss.io/
or even
https://milligram.io/
if you wanna go even smaller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants