mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-05-04 21:19:47 +08:00
Update dev deps (#2923)
* Bump deps * Fix linter errors * Whoops * Try to bump webpack * Update peer deps to min for eslint 4.x
This commit is contained in:
@@ -97,7 +97,7 @@ function formatMessage(message, isError) {
|
||||
// from user code generated by WebPack. For more information see
|
||||
// https://github.com/facebookincubator/create-react-app/pull/1050
|
||||
message = message.replace(
|
||||
/^\s*at\s((?!webpack:).)*:\d+:\d+[\s\)]*(\n|$)/gm,
|
||||
/^\s*at\s((?!webpack:).)*:\d+:\d+[\s)]*(\n|$)/gm,
|
||||
''
|
||||
); // at ... ...:x:y
|
||||
|
||||
|
||||
Reference in New Issue
Block a user