-
Notifications
You must be signed in to change notification settings - Fork 73
Description
We are getting this notice when using production build command,
npm run build
screenshot: https://prnt.sc/rcxcz8
Would you please help me to move forward.
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
vendors.js (282 KiB)
frontend.js (3.68 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:
frontend (3.95 MiB)
runtime.js
vendors.js
frontend.js
admin (285 KiB)
runtime.js
vendors.js
admin.js
style (283 KiB)
runtime.js
vendors.js
style.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/