Skip to content

Releases: marko-js/vite

v4.1.4

11 Apr 16:20
799574b
Compare
Choose a tag to compare

Patch Changes

  • #118 3818a34 Thanks @DylanPiercey! - Fix issue where asset related Marko taglibs / transforms were registered when not in linked mode (eg in tests)

v4.1.3

27 Feb 15:52
53e1bd4
Compare
Choose a tag to compare

Patch Changes

v4.1.2

27 Feb 15:31
11ff5ee
Compare
Choose a tag to compare

Patch Changes

v4.1.1

30 Nov 16:45
9528e95
Compare
Choose a tag to compare

Patch Changes

v4.1.0

17 Nov 03:33
d326a8e
Compare
Choose a tag to compare

Minor Changes

v4.0.4

16 Nov 18:55
430a291
Compare
Choose a tag to compare

Patch Changes

  • #107 797b2c7 Thanks @DylanPiercey! - Fix issue where vite dependency scan comes from a js/ts file into a Marko file. In this case we no longer give vite back the hydrate output, but the full compiled template from esbuild.

v4.0.3

16 Nov 16:35
6397260
Compare
Choose a tag to compare

Patch Changes

v4.0.2

15 Nov 20:04
b16a790
Compare
Choose a tag to compare

Patch Changes

v4.0.1

13 Nov 19:37
59f8250
Compare
Choose a tag to compare

Patch Changes

v4.0.0

10 Nov 20:49
0aacc63
Compare
Choose a tag to compare

Major Changes

  • #99 0bc357e Thanks @DylanPiercey! - - Removes the store config option. (BREAKING CHANGE).
    • Adds a new hook for other vite plugins to add assets to the @marko/vite server entries.
    • Optimize server entry code.