feat: generate production source maps to assist debugging
This commit is contained in:
		
							parent
							
								
									d0d76e2ad5
								
							
						
					
					
						commit
						3d1cc1e422
					
				|  | @ -20,6 +20,9 @@ export default defineConfig({ | |||
| 	define: { | ||||
| 		APP_VERSION: JSON.stringify(process.env.npm_package_version) | ||||
| 	}, | ||||
| 	build: { | ||||
| 		sourcemap: true | ||||
| 	}, | ||||
| 	worker: { | ||||
| 		format: 'es' | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue