Skip to content

sku@13.0.3

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 08 Aug 04:23
· 467 commits to master since this release
8595e73

Patch Changes

  • Fix incorrect path in ignore files when running sku init (#1028)

    sku generates ignore files (e.g. .eslintignore) for the project.
    When ran as part of sku init, the current working directory (CWD) would sometimes be incorrect.
    It should now give the same result as sku configure.

    This change includes a refactor to how the webpack target directory is set in ignore files.