You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
#985(minor)
Add a rootDir option so integrations can point varlock at the project root when the framework sets vite's root to a source subdirectory, and export buildVarlockSsrInitCode for build pipelines vite does not own.
#987(patch)
Fix package.json entry points - remove references to files that were never built and declare import/require conditions explicitly
#1021(patch) - Build with tsdown instead of tsup; published files now use explicit .mjs/.cjs extensions.
#985(patch)
Fix build-time inlining of ENV values referenced directly in Vue template interpolation ({{ ENV.X }}), which previously fell through to the runtime proxy and broke hydration in production builds