Skip to content

sku@15.15.4

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 17 Jun 01:35
c401da6

Patch Changes

  • vite: Avoid redundant work during static pre-rendering (#1590)

  • Simplify public asset copying logic (#1592)

  • Increase minimum @vocab/vite to v1.0.4 to ensure improved translation bundling (#1595)

  • Lazy load telemetry so the banner only shows up in commands that use it (#1594)

  • Add cross-fetch to list of unnecessary polyfills (#1596)

  • Unpin @sku-lib/babel-plugin-display-name and @sku-lib/vite dependencies (#1587)

  • vite: Pass through options set via dangerouslySetViteConfig to the Vanilla Extract plugin (#1588)

  • vite: Clear render timeout after successful renderToStringAsync (#1590)

    Vite apps that use renderToStringAsync were being artificially slowed down by a 5 second timeout that was not being cleared.