ignore "ignored files" when babel.transform has determined that it should be ignored, this is likely the result of an rc file resolution - fixes #1362

This commit is contained in:
Sebastian McKenzie
2015-05-15 00:24:03 +01:00
parent fd9c98ff86
commit 1b15481460
3 changed files with 5 additions and 1 deletions

View File

@@ -493,6 +493,7 @@ export default class File {
if (this.shouldIgnore()) {
return {
metadata: {},
ignored: true,
code: code,
map: null,
ast: null