Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add bs-datepicker.css file to package.json exports (#6451)
This PR enables importing "bs-datepicker.css" file when using Yarn with PnP. When declared, the "exports" field in a package.json is meant to conceal and exclude all unspecified files or directories. Until now the exclusion of "bs-datepicker.css" wasn't an apparent issue because no other package manager/strategy is able to enforce disallowing importing files not specified in the "exports" field but Yarn with PnP enforces it. https://nodejs.org/api/packages.html#packages_exports https://github.com/jkrems/proposal-pkg-exports/ https://angular.io/guide/creating-libraries#managing-assets-in-a-library fixes #6449 Co-authored-by: Shlomo Morosow <smorosow@Viventium.com>
- Loading branch information