Releases: marko-js/vite
Releases · marko-js/vite
v4.1.14
Patch Changes
- #141
4136b09
Thanks @DylanPiercey! - Improve handling of render blocking assets in dev mode.
v4.1.13
v4.1.12
Patch Changes
- #137
7eb1fd1
Thanks @DylanPiercey! - Disable registry id optimization while it (hopefully) stabalizes in Marko core.
v4.1.11
Patch Changes
-
#135
f7f9bf7
Thanks @DylanPiercey! - Support optimizedRegistryIds compiler option" -
#134
5f73701
Thanks @DylanPiercey! - Update ~ resolve alias to avoid matching ~ by itself as the package name.
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.