https://phabricator.babeljs.io/T6726
This commit is contained in:
parent
53ed4e5eb8
commit
2a4186faf3
@ -36,8 +36,6 @@ export function log(msg) {
|
||||
export function transform(filename, code, opts) {
|
||||
opts = _.defaults(opts || {}, index.opts);
|
||||
opts.filename = filename;
|
||||
opts.ignore = null;
|
||||
opts.only = null;
|
||||
|
||||
let result = babel.transform(code, opts);
|
||||
result.filename = filename;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user