Skip to content

Commit fec12a5

Browse files
committed
Update url-loader config
1 parent 682841a commit fec12a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/webpack.base.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module.exports = {
5858
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
5959
loader: 'url-loader',
6060
exclude: [resolve('src/icons')],
61-
query: {
61+
options: {
6262
limit: 10000,
6363
name: utils.assetsPath('img/[name].[hash:7].[ext]')
6464
}

0 commit comments

Comments
 (0)