Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/package-extractor > IExtractorSubspace > pnpmNodeModulesHoistingEnabled

IExtractorSubspace.pnpmNodeModulesHoistingEnabled property

Whether PNPM hoisting is enabled for this subspace. When set to false, the extractor will skip looking for hoisted packages in the PNPM virtual store, since no hoisting symlinks will exist. Default is true.

Signature:

pnpmNodeModulesHoistingEnabled?: boolean;