Browse Source

preserve sourcemap chain

ghi-672
Rich Harris 9 years ago
parent
commit
e11b1f2d68
  1. 3
      src/Module.js

3
src/Module.js

@ -643,7 +643,8 @@ export default class Module {
id: this.id,
code: this.code,
originalCode: this.originalCode,
ast: this.ast
ast: this.ast,
sourceMapChain: this.sourceMapChain
};
}

Loading…
Cancel
Save