sku@12.7.0
Minor Changes
-
Update TypeScript from 5.3 to 5.5 (#1003)
Both the 5.4 and 5.5 releases include breaking changes. See the TypeScript 5.4 announcement and TypeScript 5.5 announcement for more information.
-
Add support for
--watchflag tosku translations compile(#989)The
sku translations compilecommand now accepts a--watchflag. When this flag is provided,translations.jsonfiles will be re-compiled whenever changes are detected.EXAMPLE USAGE:
sku translations compile --watch
Patch Changes
-
Update all
@vocab/*dependencies (#989) -
Fixes a bug where the project name was not being reported correctly when sending telemetry (#1001)
-
Enable
babel-loadercache (#990)Sku's webpack configuration now configures
babel-loaderto emit a cache tonode_modules/.cache/babel-loader. The primary use case for this cache is speeding up production builds. It can also speed up local development in situations where the webpack cache is invalidated. -
Minify build output with SWC
Minification of production build output is now performed by SWC. Previously this was performed by Terser. This should result in a noticeable reduction in build times for larger projects, as well as a slight decrease in bundle size.