我使用 Angular CLI 制作了一个 Angular 应用程序,并向其中添加了一些 packagr 文件。当我运行 pacakgr 时,不会为 dist 文件夹生成源映射。我该如何做到这一点?我已经在 tsconfig.json 中启用了它们,这是我所期望的。
这是一个演示问题的简单存储库:
git clone https://github.com/philipbeber/packagr-example.git
cd packagr-example
npm install
npm run packagr