diff --git a/src/compile-cache.js b/src/compile-cache.js index f7726b4b3..f11856a47 100644 --- a/src/compile-cache.js +++ b/src/compile-cache.js @@ -158,6 +158,8 @@ require('source-map-support').install({ } }) +Error.stackTraceLimit = 30 + var sourceMapPrepareStackTrace = Error.prepareStackTrace var prepareStackTrace = sourceMapPrepareStackTrace