We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0377f commit a1161a8Copy full SHA for a1161a8
packages/info/src/index.ts
@@ -78,10 +78,9 @@ class InfoCommand {
78
Monorepos: ["Yarn Workspaces", "Lerna"],
79
System: ["OS", "CPU", "Memory"],
80
npmGlobalPackages: ["webpack", "webpack-cli", "webpack-dev-server"],
81
- npmPackages: "{*webpack*,*loader*}",
82
};
83
84
- let defaultPackages: string[] = ["webpack", "loader"];
+ let defaultPackages: string[] = ["webpack", "loader", "@webpack-cli/"];
85
86
if (typeof options.additionalPackage !== "undefined") {
87
defaultPackages = [...defaultPackages, ...options.additionalPackage];
0 commit comments