mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-10-31 02:25:59 +03:00 
			
		
		
		
	Fix tree shaking when importing root entrypoint (#8332)
This commit is contained in:
		
							parent
							
								
									64be4fa10b
								
							
						
					
					
						commit
						0befae66c9
					
				| @ -11,7 +11,12 @@ | ||||
|   "main": "index.js", | ||||
|   "types": "index.d.ts", | ||||
|   "exports": { | ||||
|     ".": "./index.js", | ||||
|     ".": { | ||||
|       "module": "./index.mjs", | ||||
|       "import": "./index.mjs", | ||||
|       "require": "./index.js", | ||||
|       "default": "./index.js" | ||||
|     }, | ||||
|     "./icons": { | ||||
|       "module": "./index.mjs", | ||||
|       "import": "./index.mjs", | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user