Skip to content

Releases: EMH333/esbuild-svelte

v0.6.2

19 Jan 19:40
4835403
Compare
Choose a tag to compare
  • Update Svelte to 3.46.2

  • (Unstable) Add "overzealous" cache mode that invalidates the cached version of a file if an imported Svelte component has changed (#102)

    As with the standard caching system, this only applies in incremental or watch modes. This shouldn't be used in most situations, but if files aren't rebuilding when they are expected to, then this can be a helpful step before disabling the cache outright. I'm considering this an unstable feature because I'm not set on this way of doing it. This option may change in implementation, name and/or be removed at any time.

v0.6.1

07 Jan 03:36
Compare
Choose a tag to compare
  • Update Svelte to 3.45.0
  • Auto create releases
  • Rework and improve CI process