The config name is sourceMaps not sourceMap (#3588)
This commit is contained in:
parent
6e58954bce
commit
a289dfbbab
@ -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
|
||||
}));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user