sku@14.4.0
Minor Changes
-
sku test: Add experimental support forvitest(#1271)Note: this is an experimental feature. Do not use in production.
-
Added
__unstableDangerouslySetViteConfigto the sku config. (#1276)This property is unstable and its implementation may change in future releases.
-
Added
compilePackagesandskipPackageCompatibilityCompilationsupport to the Vite compiler. (#1276)
Patch Changes
-
Removed
tsconfig.jsonfrom the published files. (#1276) -
Adding
babel-plugin-macrosto 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-warningflag toskubinary (#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.