sku@13.0.3
·
467 commits
to master
since this release
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 ofsku init, the current working directory (CWD) would sometimes be incorrect.
It should now give the same result assku configure.This change includes a refactor to how the webpack target directory is set in ignore files.