Skip to content

Commit

Permalink
fix regexp in DefaultStatsPrinterPlugin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vankop committed Nov 8, 2021
1 parent 14dd4f9 commit eeb8e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stats/DefaultStatsPrinterPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ const AVAILABLE_FORMATS = {
},
{ regExp: /(\(module has no exports\))/g, format: red },
{ regExp: /\(possible exports: (.+)\)/g, format: green },
{ regExp: /\s*(.+ doesn't exist)/g, format: red },
{ regExp: /\s*([^\s].* doesn't exist)/g, format: red },
{ regExp: /('\w+' option has not been set)/g, format: red },
{
regExp: /(Emitted value instead of an instance of Error)/g,
Expand Down

0 comments on commit eeb8e89

Please sign in to comment.