File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,6 @@ class ConcatenatedModule extends Module {
179179 this . built = modules . some ( m => m . built ) ;
180180 this . cacheable = modules . every ( m => m . cacheable ) ;
181181 const modulesSet = new Set ( modules ) ;
182- this . _modulesSet = modulesSet ;
183182 this . reasons = rootModule . reasons . filter ( reason => ! modulesSet . has ( reason . module ) ) ;
184183 this . meta = rootModule . meta ;
185184 this . moduleArgument = rootModule . moduleArgument ;
@@ -296,8 +295,6 @@ class ConcatenatedModule extends Module {
296295 }
297296
298297 source ( dependencyTemplates , outputOptions , requestShortener ) {
299- const modulesSet = this . _modulesSet ;
300-
301298 // Metainfo for each module
302299 const modulesWithInfo = this . _orderedConcatenationList . map ( ( info , idx ) => {
303300 switch ( info . type ) {
You can’t perform that action at this time.
0 commit comments