sku@14.6.0
·
285 commits
to master
since this release
Minor Changes
-
- Change
__unsafeDangerouslySetViteConfigto__UNSAFE_EXPERIMENTAL__dangerouslySetViteConfigto align with the existing naming convention. (#1286) - Add
__UNSAFE_EXPERIMENTAL__cjsInteropDependenciesto theSkuConfigtype. This is an array of cjs import paths that have both a default and named exports. This is used to enable CommonJS interop for these dependencies when using thevitebundler.
- Change
Patch Changes
-
Update
@vanilla-extract/vite-plugindependency to^5.0.7to a fix a bug causing the static render to fail when executing files with singleton variables such as React context (#1289) -
start: Properly reuses Chromium tabs when starting a server. (#1288)Fixes an issue of always opening a new tab in Chromium browsers when one could be reused.