From 3d90e3fb811ed2a68bbade3799a883e442570887 Mon Sep 17 00:00:00 2001 From: Jasper De Moor Date: Fri, 27 Apr 2018 10:54:47 +0200 Subject: [PATCH] remove useless property --- src/Bundle.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Bundle.js b/src/Bundle.js index 5425b520947..b3b1fd82df3 100644 --- a/src/Bundle.js +++ b/src/Bundle.js @@ -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) {