📜  在 nx 中删除生成的库 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:23.600000             🧑  作者: Mango

代码示例1
For anyone looking for the current way of removing app/lib (in a single list). #333 (comment) and #333 (comment) combined.

Remove the module import if the lib is imported into another app/lib.
Remove the app/lib from .angular-cli.json apps array.
Remove the path to your project from the tsconfig.json
Remove project from nx.json