Releases: marko-js/vite
Releases · marko-js/vite
v4.1.10
Patch Changes
- #131
9f266ff
Thanks @DylanPiercey! - Switch to overriding the default chunkFileNames instead of assets dir to avoid server assets in client assets folder.
v4.1.9
Patch Changes
-
#128
8e10644
Thanks @DylanPiercey! - Fix issue when a Marko server entry is loaded inside of another chunk which caused the assets injection runtime to be in a different chunk than the server entry (since it will codesplit the runtime). This change now ensures the asset manifest is only ever injected into chunks that reference the assets runtime injector. -
#128
8e10644
Thanks @DylanPiercey! - Change vites defaultassetsDir
for server bundles to avoid making server assets available in client asset folders.
v4.1.8
Patch Changes
- #126
68b6cc3
Thanks @DylanPiercey! - Ignore errors caused by cjs => esm conversion
v4.1.7
Patch Changes
- #124
ff93773
Thanks @DylanPiercey! - Fix issue where filename from vites watcher was not in posix which was preventing clearing cached data.
v4.1.6
v4.1.5
v4.1.4
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
Patch Changes
- #115
14834ed
Thanks @DylanPiercey! - Fix typo from previous vitest fix pr.
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