Skip to content

sku@14.11.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 02 Sep 02:32
· 204 commits to master since this release
3ffba4a

Minor Changes

  • Expose named SkuWebpackPlugin export from sku/webpack-plugin, deprecate default export (#1374)

    MIGRATION GUIDE

    -import SkuWebpackPlugin from 'sku/webpack-plugin';
    +import { SkuWebpackPlugin } from 'sku/webpack-plugin';

Patch Changes

  • start: Shows Not Found (404) messaging instead of an error when routes are empty (#1370)

  • Fixes a bug where sku's postinstall script would fail during sku init (#1376)