13 lines
		
	
	
	
		
			220 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			220 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|   test: /\.svg$/,
 | |
|   include: /node_modules\/@material-design-icons/,
 | |
|   issuer: /\.[jt]sx?$/,
 | |
|   use: [
 | |
|     {
 | |
|       loader: '@svgr/webpack',
 | |
|       options: {
 | |
|         svgo: false,
 | |
|       },
 | |
|     },
 | |
|   ],
 | |
| };
 |