Skip to content

Commit 3e1d4a2

Browse files
committed
Remove warning about pnpm
1 parent 81c6107 commit 3e1d4a2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/utils/dependency-manager-adapter-factory.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ module.exports = {
3636
})
3737
);
3838
} else if (config.usePnpm) {
39-
console.warn(
40-
'pnpm support is experimental for now. if you notice any problems please open an issue.'
41-
);
42-
4339
adapters.push(
4440
new PnpmAdapter({
4541
cwd: root,

0 commit comments

Comments
 (0)