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

Code Splitting #294

Open
darylf opened this issue Jul 27, 2021 · 0 comments
Open

Code Splitting #294

darylf opened this issue Jul 27, 2021 · 0 comments
Labels
javascript Pull requests that update Javascript code web

Comments

@darylf
Copy link
Owner

darylf commented Jul 27, 2021

The following webpack warning shows up when running a new server:

This can impact web performance.
Assets: 
  bundle.js (4.08 MiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  main (4.08 MiB)
      bundle.js

WARNING in 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/
@darylf darylf added web javascript Pull requests that update Javascript code labels Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code web
Projects
None yet
Development

No branches or pull requests

1 participant