Skip to content

v11.1.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 18 Oct 00:39
· 798 commits to master since this release
cc7f840

Minor Changes

  • Include node_modules in node builds (#651)

    Previously, sku would only compile code within your src folder, plus any compile packages, for builds targetting the node environment. While this results in faster builds, it can sometimes lead to incorrect versions of packages being resolved due to clashing version range requirements. All node_modules will now included in the compilation by default, ensuring the correct package version is always required.

    The old behaviour can be re-enabled via the new externalizeNodeModules config.