Disable babelrc processing on the already-processed configuration - fixes T6690
This commit is contained in:
parent
c7c80bc0a3
commit
2bb01c6373
@ -70,6 +70,9 @@ function compile(filename) {
|
||||
|
||||
if (!result) {
|
||||
result = babel.transformFileSync(filename, extend(opts, {
|
||||
// Do not process config files since has already been done with the OptionManager
|
||||
// calls above and would introduce duplicates.
|
||||
babelrc: false,
|
||||
sourceMap: "both",
|
||||
ast: false
|
||||
}));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user