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

Warnings on asset size limit #41

Open
vhscom opened this issue Jan 5, 2022 · 0 comments
Open

Warnings on asset size limit #41

vhscom opened this issue Jan 5, 2022 · 0 comments

Comments

@vhscom
Copy link

vhscom commented Jan 5, 2022

Related to webpack/webpack#3486. Given this project was created for chrome extensions and has opinion to how files are chunked it seems the most appropriate place to address.

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
  vendor.js (1010 KiB)
  background.js (612 KiB)
  popup.js (302 KiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  popup (1.29 MiB)
      vendor.js
      popup.js
  background (612 KiB)
      background.js

I'd wager most users of this project experience this issue.

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

1 participant