pinterest-for-woocommerce icon indicating copy to clipboard operation
pinterest-for-woocommerce copied to clipboard

Setup Guid entrypoint size limit exceeded.

Open budzanowski opened this issue 3 years ago • 0 comments

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.php


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/

This is not an error - but we should watch over this.

budzanowski avatar Feb 01 '22 17:02 budzanowski