-
Notifications
You must be signed in to change notification settings - Fork 157
Open
Description
When building the website, webpack will throw the following warning:
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
search_bundle.js (401 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:
main (401 KiB)
search_bundle.js
While it does not impede the ability to compile the search bundle nor effect its operation, it may impact performance; in particular, during the initial download. We should explore methods to either reduce its size or break it up into chunks.
Metadata
Metadata
Assignees
Labels
No labels