no message
Former-commit-id: 5a22a82c51e48f3840c5259fcda64a817103838d Former-commit-id: 6f2c87cf9cab82f481e3672964fbd58fded178c7 Former-commit-id: 5e9d226a20a71c4203beb5874765e14332fedbe8
This commit is contained in:
@@ -63,6 +63,7 @@ module.exports = {
|
||||
{
|
||||
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
|
||||
loader: 'url-loader',
|
||||
exclude: [resolve('src/assets/icons/svg')],
|
||||
options: {
|
||||
limit: 10000,
|
||||
name: utils.assetsPath('img/[name].[hash:7].[ext]')
|
||||
|
||||
Reference in New Issue
Block a user