You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When building the website, webpack will throw the following warning:
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.
The text was updated successfully, but these errors were encountered: