no message

Former-commit-id: 5a22a82c51e48f3840c5259fcda64a817103838d
Former-commit-id: 6f2c87cf9cab82f481e3672964fbd58fded178c7
Former-commit-id: 5e9d226a20a71c4203beb5874765e14332fedbe8
This commit is contained in:
李杨
2018-02-22 13:54:33 +08:00
parent 6b40e73548
commit 73b59a7f60
5 changed files with 8 additions and 3 deletions

View File

@@ -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]')