compose-multiplatform icon indicating copy to clipboard operation
compose-multiplatform copied to clipboard

web : experimental falling-balls-mpp fails with asset size limit

Open theapache64 opened this issue 3 years ago • 0 comments

Issue

Running jsBrowserProductionRun results in below error

Compiled with problems:X

Warning:

asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  falling-balls-mpp.js (3.22 MiB)


Warning:

entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  main (3.22 MiB)
      falling-balls-mpp.js


Warning:

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/

image

Steps to reproduce

Additional info

  • jsBrowserRun runs without any issue

theapache64 avatar Aug 28 '22 07:08 theapache64