web build warnings about size

Should I be concerned about these warnings? I am not even sure how to address.

 web  Compiled with warnings.

asset size limit: The following asset(s) exceed the recommended size limit (586 KiB).
This can impact web performance.
Assets: 
  static/js/2.f6171012.chunk.js (1.86 MiB)

entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (586 KiB). This can impact web performance.
Entrypoints:
  app (2.04 MiB)
      static/js/runtime~app.9649a6c7.js
      static/js/2.f6171012.chunk.js
      static/js/app.19b69dc0.chunk.js

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/
2 Likes

Any Idea ?

I am also running into issues where my bundle size is way too high, forcing my page to take forever to load. Any advice on how to reduce it?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.