chrome-extension-typescript-starter icon indicating copy to clipboard operation
chrome-extension-typescript-starter copied to clipboard

Warnings on asset size limit

Open vhscom opened this issue 3 years ago • 0 comments

Related to https://github.com/webpack/webpack/issues/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.

vhscom avatar Jan 05 '22 15:01 vhscom