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 @@ -91,8 +91,6 @@ export function pitch(request) {
91
91
) ;
92
92
new LimitChunkCountPlugin ( { maxChunks : 1 } ) . apply ( childCompiler ) ;
93
93
94
- // We set loaderContext[MODULE_TYPE] = false to indicate we already in
95
- // a child compiler so we don't spawn another child compilers from there.
96
94
childCompiler . hooks . thisCompilation . tap (
97
95
`${ pluginName } loader` ,
98
96
( compilation ) => {
@@ -101,7 +99,6 @@ export function pitch(request) {
101
99
( loaderContext , module ) => {
102
100
// eslint-disable-next-line no-param-reassign
103
101
loaderContext . emitFile = this . emitFile ;
104
- loaderContext [ MODULE_TYPE ] = false ; // eslint-disable-line no-param-reassign
105
102
106
103
if ( module . request === request ) {
107
104
// eslint-disable-next-line no-param-reassign
You can’t perform that action at this time.
0 commit comments