UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

9 lines (8 loc) 214 B
'use strict'; module.exports = () => { const _ = Error.prepareStackTrace; Error.prepareStackTrace = (_, stack) => stack; const stack = new Error().stack.slice(1); Error.prepareStackTrace = _; return stack; };