I have a rather bespoke pnpm workspaces project based monorepo with minimal Nx for caching and project graph. In pnpm workspaces, each project has an anemic node_modules that usually just has symlinks to other workspaces.
Should I exclude that folder from my nx.json "inputs" like I do with "!{packageRoot}/dist" to exclude my outputs?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744329540a4568820.html
评论列表(0条)