Skip to content

Releases: sveltejs/vite-plugin-svelte

@sveltejs/[email protected]

21 Jan 17:36
f55c76a
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • do not use require-relative to resolve svelte field of libraries and cache resolved values (fixes #244) (#254)

@sveltejs/[email protected]

06 Jan 08:37
c219726
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • Automatically re-prebundle when Svelte config changed for experimental.prebundleSvelteLibraries (#245)

Patch Changes

  • use the resolved vite root to support backend integrations (#247)

  • fix experimental.useVitePreprocess option for Vite 2.8 (#240)

@sveltejs/[email protected]

29 Dec 09:26
c92f1bf
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • auto-restart SvelteKit when Svelte config changed (#237)

  • handle preprocess for prebundleSvelteLibraries (#229)

Patch Changes

  • Skip prebundle non-js nested dependencies (#234)

  • handle production builds for non "production" mode (#229)

@sveltejs/[email protected]

15 Dec 04:49
3a38b77
Compare
Choose a tag to compare
Pre-release

Major Changes

  • update vite peerDependency to ^2.7.0 and refactor server restart on change of svelte.config.js (#223)

Patch Changes

  • Ignore import protocols like node: when resolving the svelte field in package.json (#225)

@sveltejs/[email protected]

04 Dec 15:50
7bfc527
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • Improved error reporting for svelte compiler errors (#220)

@sveltejs/[email protected]

18 Oct 07:47
51a1449
Compare
Choose a tag to compare
Pre-release

Major Changes

  • Bump svelte peer dependency to ^3.44.0 (#202)

@sveltejs/[email protected]

18 Oct 06:30
000d4e4
Compare
Choose a tag to compare
Pre-release

Major Changes

  • drop support for node12 (#198)

Minor Changes

  • Add experimental.prebundleSvelteLibraries option (#200)

Patch Changes

  • Disable CSS sourcemap in SSR (#201)

@sveltejs/[email protected]

14 Oct 13:37
250b804
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Fix emitCss behaviour in a svelte config (#194)

@sveltejs/[email protected]

09 Oct 12:24
f653c18
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • Run Vite preprocessors first in markup phase (#189)

Patch Changes

  • Handle flexible ssr signature for hooks with ssr argument (#187)

@sveltejs/[email protected]

29 Sep 14:05
0c3be35
Compare
Choose a tag to compare
Pre-release

Major Changes

  • minimum required version of vite is 2.6.0 (#182)