20 lines
		
	
	
		
			399 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			399 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
    "presets": [
 | 
						|
        "next/babel"
 | 
						|
    ],
 | 
						|
    "plugins": [
 | 
						|
        [
 | 
						|
            "inline-react-svg",
 | 
						|
            {
 | 
						|
                "svgo": {
 | 
						|
                    "plugins": [
 | 
						|
                        {
 | 
						|
                            "name": "removeViewBox",
 | 
						|
                            "active": false
 | 
						|
                        }
 | 
						|
                    ]
 | 
						|
                }
 | 
						|
            }
 | 
						|
        ]
 | 
						|
    ]
 | 
						|
} |