sqlitecloud-js icon indicating copy to clipboard operation
sqlitecloud-js copied to clipboard

build / driver size is above the suggested limit

Open danielebriggi opened this issue 9 months ago • 0 comments

webpack reports after the build:

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  sqlitecloud.drivers.js (388 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:
  main (388 KiB)
      sqlitecloud.drivers.js


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/

danielebriggi avatar Feb 27 '25 09:02 danielebriggi