Pass explicit options list to babel-code-frame

This commit is contained in:
Logan Smyth 2017-11-08 13:35:34 -08:00
parent 6684986372
commit 39119f88e7

View File

@ -212,7 +212,9 @@ export default class File {
column: loc.column + 1,
},
},
this.opts,
{
highlightCode: this.opts.highlightCode,
},
);
}