Patch Changes
-
#3667
df02fad1
Thanks @bholmesdev! - Fix: add @nanostores/preact to ALWAYS_NOEXTERNAL list for easier onboarding -
#3678
89884540
Thanks @matthewp! - Fix regression with SSRManifest and client assets -
#3658
aeab8909
Thanks @matthewp! - Inlines small hoisted scriptsThis enables a perf improvement, whereby small hoisted scripts without dependencies are inlined into the HTML, rather than loaded externally. This uses
vite.build.assetInlineLimit
to determine if the script should be inlined.