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