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.