1.0.0 • Published 10 years ago
babel-plugin-extends-error v1.0.0
babel-plugin-extends-error 
The problem: extends Error. The stack trace isn't available when your code is transpiled with babel.
Installation
npm install babel-plugin-extends-error --saveIt requires es6-error installed on your side. Just npm install es6-error --save and you're good to go. This plugin simply detects if you're extending from Error and converts it to ExtendableError.