We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564f310 commit bccb81bCopy full SHA for bccb81b
packages/cli-v3/src/utilities/analyze.ts
@@ -620,7 +620,7 @@ function printSlowImportTips() {
620
console.log("");
621
622
console.log("To see more details, run with the --analyze flag.");
623
- console.log("To disable these warnings, run with the --no-warnings flag.");
+ console.log("To disable these warnings, run with the --disable-warnings flag.");
624
625
626
}
0 commit comments