mirror of https://github.com/webpack/webpack.git
fix duplicate property names
This commit is contained in:
parent
03e2673e02
commit
07323140fd
|
|
@ -80,12 +80,12 @@ rules:
|
|||
- "^[\\s\\S]+?\\d+\\s+pending\n+"
|
||||
- "npm ERR!.*\n"
|
||||
- "\n*=============================================================================\n[\\s\\S]*"
|
||||
string_cleanup:
|
||||
string_cleanup_1:
|
||||
id: firstError
|
||||
value: "{{{logResult}}}"
|
||||
remove:
|
||||
- "\\s2\\)\\s[\\s\\S]*"
|
||||
string_cleanup:
|
||||
string_cleanup_2:
|
||||
id: remainingErrors
|
||||
value: "{{{logResult}}}"
|
||||
remove:
|
||||
|
|
|
|||
Loading…
Reference in New Issue