mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 13:01:31 +08:00 
			
		
		
		
	fix(client): wrong name for assets
This commit is contained in:
		
							parent
							
								
									0edbc7311a
								
							
						
					
					
						commit
						c34b4ceba5
					
				| @ -57,7 +57,7 @@ export default defineConfig(() => ({ | ||||
|             output: { | ||||
|                 entryFileNames: "src/[name].js", | ||||
|                 chunkFileNames: "src/[name].js", | ||||
|                 assetFileNames: "src/[name,].js" | ||||
|                 assetFileNames: "src/[name].[ext]" | ||||
|             }, | ||||
|             onwarn(warning, rollupWarn) { | ||||
|                 if (warning.code === "MODULE_LEVEL_DIRECTIVE") { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran