Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

v2.4.1

Compare
Choose a tag to compare
@miguelafonso miguelafonso released this 27 Feb 08:35
· 10 commits to master since this release
7871d1a

Description

Generated tsconfig.base file contains generated library name with libId variable meaning the paths will cause invalid imports.

What's Changed

  • from @shared/shared-<library-name>/* to @shared/<library-name>/*
  • from libs/shared/src/lib/shared-<library-name>/* to libs/shared/src/lib/<library-name>/*

Full Changelog: v2.4.0...v2.4.1