Commit 2c8c3e03 authored by 刘殿昕's avatar 刘殿昕

limit限制

parent 6f734ead
...@@ -48,7 +48,7 @@ module.exports = { ...@@ -48,7 +48,7 @@ module.exports = {
loader: 'url-loader', loader: 'url-loader',
exclude: [resolve('src/icons')], exclude: [resolve('src/icons')],
options: { options: {
limit: 10000, limit: 1000000,
name: utils.assetsPath('img/[name].[hash:7].[ext]') name: utils.assetsPath('img/[name].[hash:7].[ext]')
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment