We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda292d commit fa5f5e9Copy full SHA for fa5f5e9
build/webpack.base.conf.js
@@ -68,15 +68,15 @@ module.exports = {
68
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
69
loader: 'url-loader',
70
exclude: [resolve('src/icons')],
71
- query: {
+ options: {
72
limit: 10000,
73
name: utils.assetsPath('img/[name].[hash:7].[ext]')
74
}
75
},
76
{
77
test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/,
78
79
80
81
name: utils.assetsPath('fonts/[name].[hash:7].[ext]')
82
0 commit comments