Releases: marko-js/vite
Releases · marko-js/vite
v4.1.2
Patch Changes
- #113
9838963
Thanks @DylanPiercey! - Fix issue with latest versions of vitest.
v4.1.1
Patch Changes
- #111
a1c8ff9
Thanks @DylanPiercey! - Fix caching issue with virtual Marko files created by arc
v4.1.0
Minor Changes
- #109
257b5d0
Thanks @DylanPiercey! - Support inline relative asset paths from native tags.
v4.0.4
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
Patch Changes
- #105
3aca277
Thanks @DylanPiercey! - Fix issue with mismatches MARKO_DEBUG environment and optimize compiler option.
v4.0.2
Patch Changes
- #103
16c1d7f
Thanks @DylanPiercey! - Add support for arc-vite and adaptive Marko files
v4.0.1
Patch Changes
- #101
0601f65
Thanks @DylanPiercey! - Fix regression when setting basePathVar in dev mode and runtimeId.
v4.0.0
Major Changes
- #99
0bc357e
Thanks @DylanPiercey! - - Removes thestore
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.