Skip to content

20.15.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@develar develar released this 26 May 09:06
· 1563 commits to master since this release
c31f6a1

Thanks to Sebastian Siemssen and James Long node modules copying solution is reimplemented from scratch.

More reliable and more faster solution is used now and ready to fully support Yarn workspaces or anything you can imagine (but still conforms to node module resolve algo, of course).

  • Solution is not enabled for rebuilding native deps. Decided to apply new solution one week later.
  • Only exclude patterns are taken in account for node modules. Base (relative) path always node_modules. It means that your existing patterns like "!node_modules/loot-core/src{,/**/*}" are still fully working.
  • All direct dependencies of your workspace packages (that used by app) must use the same / not conflicting versions. New algo is ready to detect such issues but it is not yet implemented (to make clear — opposite to your local disk, we cannot pack workspace dependency under parent dir since your app it is root and so, version conflict will be not resolved, instead, the only version will be copied into the app root node modules).

Bug Fixes