This message was deleted.
# javascript
s
This message was deleted.
r
Copy code
asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  xxx.js (1.78 MiB)

entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  main (1.78 MiB)
      xxx.js

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/>
it's weird as this hasnt changed and I havent seen this error before. The size is a bit high but its an alpha version and i havent optimised the images ....
r
thanks very much