Pass explicit options list to babel-code-frame
This commit is contained in:
parent
6684986372
commit
39119f88e7
@ -212,7 +212,9 @@ export default class File {
|
||||
column: loc.column + 1,
|
||||
},
|
||||
},
|
||||
this.opts,
|
||||
{
|
||||
highlightCode: this.opts.highlightCode,
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user