@poi/dev-utils
Advanced tools
Comparing version 12.0.1 to 12.0.2
@@ -82,7 +82,11 @@ /* eslint-disable */ | ||
// Internal stacks are generally useless so we strip them... with the | ||
// exception of stacks containing `webpack:` because they're normally | ||
// exception of: | ||
// 1: stacks containing `webpack:` because they're normally | ||
// 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, ''); // at ... ...:x:y | ||
// TODO: show stack trace in an elegant way | ||
// 2: from eval-loader | ||
var isEvalLoaderError = /webpack\/eval-loader\.js/.exec(lines[1]) | ||
if (!isEvalLoaderError) { | ||
message = message.replace(/^\s*at\s((?!webpack:).)*:\d+:\d+[\s)]*(\n|$)/gm, ''); // at ... ...:x:y | ||
} | ||
@@ -89,0 +93,0 @@ return message.trim(); |
{ | ||
"name": "@poi/dev-utils", | ||
"version": "12.0.1", | ||
"version": "12.0.2", | ||
"publishConfig": { | ||
@@ -22,3 +22,3 @@ "access": "public" | ||
"xo": false, | ||
"gitHead": "62f426ccda967a15d638878e66415e6b9c245eeb" | ||
"gitHead": "4ec76debae26838af726dfac9556009452886189" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28310
709