The config name is sourceMaps not sourceMap (#3588)

This commit is contained in:
Thomas Grainger
2016-07-21 09:10:58 +01:00
committed by Daniel Tschinder
parent 6e58954bce
commit a289dfbbab

View File

@@ -69,7 +69,7 @@ function compile(filename) {
// Do not process config files since has already been done with the OptionManager
// calls above and would introduce duplicates.
babelrc: false,
sourceMap: "both",
sourceMaps: "both",
ast: false
}));
}