Skip to content

v4.1.9

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Apr 20:32
· 24 commits to main since this release
b787f13

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 default assetsDir for server bundles to avoid making server assets available in client asset folders.