Skip to content

v0.6.2

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jan 19:40
4835403
  • 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.