Skip to content

v1.10.0

Choose a tag to compare

@linked-cm-release-bot linked-cm-release-bot released this 12 Jul 07:56
· 46 commits to main since this release
c9c677e

Minor Changes

  • #64 b16a090 Thanks @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 (PersonPerson2) that broke cross-runtime shape lookup and the app's write path.
    • The client build now defines process.env.SITE_ROOT / NODE_ENV (webpack EnvironmentPlugin parity); apps add their own public env vars via define in their vite.config.ts.
    • A single FRAMEWORK_PKG_PATTERNS constant now drives every single-instance lever (optimizeDeps.exclude, ssr.noExternal).