mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-10-30 01:35:32 +00:00 
			
		
		
		
	Added vite
This commit is contained in:
		
							
								
								
									
										13
									
								
								HaWeb/vite.config.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								HaWeb/vite.config.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| import { resolve } from 'path'; | ||||
| import { defineConfig } from 'vite'; | ||||
|  | ||||
| export default defineConfig({ | ||||
| 	build: { | ||||
| 		lib: { | ||||
| 			entry: resolve(__dirname, 'wwwroot/js/main.js'), | ||||
| 			name: 'HaWeb', | ||||
| 			fileName: 'scripts' | ||||
| 		}, | ||||
|         outDir: resolve(__dirname, 'wwwroot/dist/'), | ||||
| 	} | ||||
| }); | ||||
		Reference in New Issue
	
	Block a user
	 Simon-Martens
					Simon-Martens