Files
pnpm/packages/hoist/README.md
Zoltan Kochan 3a9fdd856b feat: --hoist-pattern <pattern>
New config added that allows hoisting packages by pattern.
This substitutes the shamefully-flatten config that hoist all
dependencies and makes them available for application code.
The new config gives access to the hoisted packages only  to
dependencies inside node_modules.

close #1998
close #1938
PR #1997
2019-09-08 20:54:19 +03:00

173 B

@pnpm/hoist

Hoists dependencies in a node_modules created by pnpm

Formerly @pnpm/shamefully-flatten.

Installation

pnpm add @pnpm/hoist

License

MIT