remove optimizeDeps option
This commit is contained in:
		
							parent
							
								
									37dc1d5604
								
							
						
					
					
						commit
						c47c03d0a4
					
				| 
						 | 
					@ -28,9 +28,6 @@ export default defineConfig({
 | 
				
			||||||
    host: pkg.env.HOST,
 | 
					    host: pkg.env.HOST,
 | 
				
			||||||
    port: pkg.env.PORT,
 | 
					    port: pkg.env.PORT,
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  optimizeDeps: {
 | 
					 | 
				
			||||||
    exclude: ['electron'],
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// ----------------- For use Electron, NodeJs in Renderer-process -----------------
 | 
					// ----------------- For use Electron, NodeJs in Renderer-process -----------------
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue