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