Skip to content

Commit

Permalink
remove useless property
Browse files Browse the repository at this point in the history
  • Loading branch information
DeMoorJasper committed Apr 27, 2018
1 parent 56af3c0 commit 3d90e3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class Bundle {
this.totalSize = 0;
this.bundleTime = 0;
this.isolated = options.isolated;
this.dynamic = options.dynamic;
}

static createWithAsset(asset, parentBundle, options) {
Expand Down

0 comments on commit 3d90e3f

Please sign in to comment.