Update url-loader config
This commit is contained in:
		@@ -58,7 +58,7 @@ module.exports = {
 | 
				
			|||||||
        test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
 | 
					        test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
 | 
				
			||||||
        loader: 'url-loader',
 | 
					        loader: 'url-loader',
 | 
				
			||||||
        exclude: [resolve('src/icons')],
 | 
					        exclude: [resolve('src/icons')],
 | 
				
			||||||
        query: {
 | 
					        options: {
 | 
				
			||||||
          limit: 10000,
 | 
					          limit: 10000,
 | 
				
			||||||
          name: utils.assetsPath('img/[name].[hash:7].[ext]')
 | 
					          name: utils.assetsPath('img/[name].[hash:7].[ext]')
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user