Skip to content

Commit

Permalink
Module render performance tweak
Browse files Browse the repository at this point in the history
Ref #723
  • Loading branch information
TrySound committed Aug 2, 2016
1 parent 6ee27c6 commit 6dbdd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module.js
Expand Up @@ -447,7 +447,7 @@ export default class Module {
}

render ( es ) {
let magicString = this.magicString.clone();
let magicString = this.magicString

this.statements.forEach( statement => {
if ( !statement.isIncluded ) {
Expand Down

0 comments on commit 6dbdd9a

Please sign in to comment.