File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -304,13 +304,13 @@ export default async function getBaseWebpackConfig(
304304    dev ?: boolean 
305305    entrypoints : webpack . EntryObject 
306306    isDevFallback ?: boolean 
307-     pagesDir ? : string 
307+     pagesDir : string   |   undefined 
308308    reactProductionProfiling ?: boolean 
309309    rewrites : CustomRoutes [ 'rewrites' ] 
310310    originalRewrites : CustomRoutes [ 'rewrites' ]  |  undefined 
311311    originalRedirects : CustomRoutes [ 'redirects' ]  |  undefined 
312312    runWebpackSpan : Span 
313-     appDir ? : string 
313+     appDir : string   |   undefined 
314314    middlewareMatchers ?: MiddlewareMatcher [ ] 
315315    noMangling ?: boolean 
316316    jsConfig : any 
Original file line number Diff line number Diff line change @@ -692,6 +692,7 @@ export default class HotReloaderWebpack implements NextJsHotReloaderInterface {
692692      config : this . config , 
693693      buildId : this . buildId , 
694694      encryptionKey : this . encryptionKey , 
695+       appDir : this . appDir , 
695696      pagesDir : this . pagesDir , 
696697      rewrites : { 
697698        beforeFiles : [ ] , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments