File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ function showEmojiConditionally() {
6060
6161function generateOutput ( outputOptions , stats , statsErrors ) {
6262 const statsObj = stats . toJson ( outputOptions ) ;
63- if ( statsObj . children && statsObj . children . length ) {
63+ if ( statsObj . children && statsObj . children . length ) {
6464 statsObj . children . forEach ( child => {
6565 generateOutputForSingleCompilation ( child , statsErrors ) ;
6666 } ) ;
@@ -196,7 +196,7 @@ async function webpackInstance(opts, shouldUseMem) {
196196 const interactive = require ( './interactive' ) ;
197197 return interactive ( options , outputOptions , processingErrors , shouldUseMem ) ;
198198 }
199- if ( compiler . compilers ) {
199+ if ( compiler . compilers ) {
200200 compiler . compilers . forEach ( ( comp , idx ) => {
201201 setUpHookForCompiler ( comp , outputOptions , options [ idx ] ) ;
202202 } )
You can’t perform that action at this time.
0 commit comments