Skip to content

Commit a1161a8

Browse files
snitin315alexander-akait
authored andcommitted
feat(info): show information for webpack-cli packages by default (#3362)
1 parent 3a0377f commit a1161a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: packages/info/src/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,9 @@ class InfoCommand {
7878
Monorepos: ["Yarn Workspaces", "Lerna"],
7979
System: ["OS", "CPU", "Memory"],
8080
npmGlobalPackages: ["webpack", "webpack-cli", "webpack-dev-server"],
81-
npmPackages: "{*webpack*,*loader*}",
8281
};
8382

84-
let defaultPackages: string[] = ["webpack", "loader"];
83+
let defaultPackages: string[] = ["webpack", "loader", "@webpack-cli/"];
8584

8685
if (typeof options.additionalPackage !== "undefined") {
8786
defaultPackages = [...defaultPackages, ...options.additionalPackage];

0 commit comments

Comments
 (0)