v1.10.0
·
46 commits
to main
since this release
Minor Changes
- #64
b16a090Thanks @flyon! - - Standalone apps: framework packages (@_linked/*/lincd-*) are excluded from Vite's dep-optimizer so the browser loads one copy of each — fixes class-name duplication (Person→Person2) that broke cross-runtime shape lookup and the app's write path.- The client build now defines
process.env.SITE_ROOT/NODE_ENV(webpackEnvironmentPluginparity); apps add their own public env vars viadefinein theirvite.config.ts. - A single
FRAMEWORK_PKG_PATTERNSconstant now drives every single-instance lever (optimizeDeps.exclude,ssr.noExternal).
- The client build now defines