Merge pull request #144 from graingert/patch-1

Document that babel-register already uses source-map-support
This commit is contained in:
Linus Unnebäck 2016-07-21 00:16:32 +02:00 committed by GitHub
commit d8d1a8c14d

View File

@ -37,6 +37,7 @@ import 'source-map-support/register'
import sourceMapSupport from 'source-map-support'
sourceMapSupport.install()
```
Note: if you're using babel-register, it includes source-map-support already.
It is also very useful with Mocha: