Revert links to package in 'packages/react-error-overlay/fixtures/*' (#3902)

This commit is contained in:
Michaël De Boey
2018-01-23 12:22:15 +01:00
committed by Dan Abramov
parent 3767d91886
commit 5348d6eecf
4 changed files with 680 additions and 680 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -17532,7 +17532,7 @@ function formatMessage(message) {
// Internal stacks are generally useless so we strip them... with the
// exception of stacks containing `webpack:` because they're normally
// from user code generated by WebPack. For more information see
// https://github.com/facebook/create-react-app/pull/1050
// https://github.com/facebookincubator/create-react-app/pull/1050
message = message.replace(
/^\s*at\s((?!webpack:).)*:\d+:\d+[\s\)]*(\n|$)/gm,
''

File diff suppressed because one or more lines are too long