fix: correct watch value type
This commit is contained in:
		
							parent
							
								
									c39f0607b2
								
							
						
					
					
						commit
						397174da7c
					
				| 
						 | 
				
			
			@ -34,7 +34,7 @@ function watchMain(server) {
 | 
			
		|||
    mode: 'development',
 | 
			
		||||
    plugins: [!debug && startElectron].filter(Boolean),
 | 
			
		||||
    build: {
 | 
			
		||||
      watch: true,
 | 
			
		||||
      watch: {},
 | 
			
		||||
    },
 | 
			
		||||
  })
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -53,7 +53,7 @@ function watchPreload(server) {
 | 
			
		|||
      },
 | 
			
		||||
    }],
 | 
			
		||||
    build: {
 | 
			
		||||
      watch: true,
 | 
			
		||||
      watch: {},
 | 
			
		||||
    },
 | 
			
		||||
  })
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue