Replying to @coderbyheart

Using ESM your app will only the dependencies it needs (instead of waiting for
the big bundle to finish downloading). Startup speeds will improve and code
paths that have no changes will be served from the browser cache.

Sat, 16 Jan 2021 12:10:16 UTC