From 1effda14e17297aa3739becf64797402719066b7 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Wed, 20 Jul 2016 13:04:09 +0100 Subject: [PATCH] Document that babel-register already uses source-map-support So you actuall don't need to use import 'source-map-support/register' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 111770e..57f4d1d 100644 --- a/README.md +++ b/README.md @@ -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: