compose-multiplatform
compose-multiplatform copied to clipboard
web : experimental falling-balls-mpp fails with asset size limit
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/

Steps to reproduce
- Fork experimental falling-balls-mpp
- Run
jsBrowserProductionRun
Additional info
jsBrowserRunruns without any issue