From 2aabfe82fd4ef229bf77297ed1e145a4d0ffef49 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Mon, 1 Feb 2016 18:51:18 +0800 Subject: [PATCH] Add note about publishing bundleDependencies --- docs/vs-npm.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vs-npm.md b/docs/vs-npm.md index b9b1953042..0a2f22f230 100644 --- a/docs/vs-npm.md +++ b/docs/vs-npm.md @@ -34,6 +34,7 @@ On the other hand, pnpm manages `node_modules` as an addressable storage in its - Windows is [not fully supported](https://github.com/rstacruz/pnpm/issues/6) (yet). - You can't install from [shrinkwrap][] (yet). - Peer dependencies are a little trickier to deal with. +- You can't publish npm modules with `bundleDependencies` managed by pnpm. - Things not ticked off in the [to do list](roadmap.md) are obviously not feature-complete. Got an idea for workarounds for these issues? [Share them.](https://github.com/rstacruz/pnpm/issues/new)