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
During the compilation process we can see 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: setup-guide.js (454 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: setup-guide (472 KiB) style-setup-guide.css setup-guide.js setup-guide.asset.phpWARNING 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/
This is not an error - but we should watch over this.
The text was updated successfully, but these errors were encountered:
During the compilation process we can see the following warning:
This is not an error - but we should watch over this.
The text was updated successfully, but these errors were encountered: