mirror of
				https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
				synced 2025-10-31 01:55:29 +00:00 
			
		
		
		
	Fixed some build options for vite
This commit is contained in:
		
							
								
								
									
										9
									
								
								node_modules/slash/index.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								node_modules/slash/index.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| export default function slash(path) { | ||||
| 	const isExtendedLengthPath = path.startsWith('\\\\?\\'); | ||||
|  | ||||
| 	if (isExtendedLengthPath) { | ||||
| 		return path; | ||||
| 	} | ||||
|  | ||||
| 	return path.replace(/\\/g, '/'); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Simon Martens
					Simon Martens