File tree Expand file tree Collapse file tree 4 files changed +1688
-1588
lines changed Expand file tree Collapse file tree 4 files changed +1688
-1588
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ cache:
1414
1515environment :
1616  matrix :
17-     - nodejs_version : ' 11' 
18-       webpack_version : latest 
19-     - nodejs_version : ' 10' 
17+     - nodejs_version : ' 6' 
2018      webpack_version : latest 
2119    - nodejs_version : ' 8' 
2220      webpack_version : latest 
23-     - nodejs_version : ' 6' 
21+     - nodejs_version : ' 10' 
22+       webpack_version : latest 
23+     - nodejs_version : ' 11' 
2424      webpack_version : latest 
2525
2626matrix :
Original file line number Diff line number Diff line change @@ -69,14 +69,17 @@ module.exports = {
6969    } 
7070
7171    let  fileSystem ; 
72+ 
7273    // store our files in memory 
7374    const  isConfiguredFs  =  context . options . fs ; 
7475    const  isMemoryFs  =  ! isConfiguredFs 
7576      &&  ! compiler . compilers 
7677      &&  compiler . outputFileSystem  instanceof  MemoryFileSystem ; 
7778
7879    if  ( isConfiguredFs )  { 
80+       // eslint-disable-next-line no-shadow 
7981      const  {  fs }  =  context . options ; 
82+ 
8083      if  ( typeof  fs . join  !==  'function' )  { 
8184        // very shallow check 
8285        throw  new  Error ( 'Invalid options: options.fs.join() method is expected' ) ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments