fix re-transforming virtual files when their dependencies change

This commit is contained in:
Conduitry 2018-03-30 10:00:35 -04:00
parent dce8b6bab5
commit d1bbf263d3
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ export default class Defiler extends EventEmitter {
if (this[_resolver] && typeof this[_dependent] === 'string') {
file.path = this[_resolver](this[_dependent], file.path)
}
this[_origData].set(file.path, file)
this[_processFile](file)
}