Skip to content

sku@14.4.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 10 Jun 06:52
· 297 commits to master since this release
64b243c

Minor Changes

  • sku test: Add experimental support for vitest (#1271)

    Note: this is an experimental feature. Do not use in production.

  • Added __unstableDangerouslySetViteConfig to the sku config. (#1276)

    This property is unstable and its implementation may change in future releases.

  • Added compilePackages and skipPackageCompatibilityCompilation support to the Vite compiler. (#1276)

Patch Changes

  • Removed tsconfig.json from the published files. (#1276)

  • Adding babel-plugin-macros to the Vite babel plugins (#1276)

  • Modify root resolution extension order (#1279)

    Fixes a bug that caused multiple versions of the same package to be bundled in certain situations

  • Revert addition of --disable-warning flag to sku binary (#1278)

    This flag was added to suppress certain warnings about experimental features being used by sku. However, the method use to set this flag is not compatible with certain distributions of Linux without additional configuration, so it has been removed.