Skip to content

Commit 00c17a9

Browse files
authored
Merge pull request #956 from NullVoxPopuli/remove-pnpm-warning
2 parents 81c6107 + 3e1d4a2 commit 00c17a9

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)