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 72ec2e0 commit aedcfcbCopy full SHA for aedcfcb
src/extends/unified/rules.js
@@ -53,9 +53,7 @@ module.exports = function unifiedExtend(api, opts) {
53
.test(/\.(svg)(\?.*)?$/)
54
.use('file-loader')
55
.loader(require.resolve('file-loader'))
56
- .options({
57
- name: genAssetSubPath('img'),
58
- });
+ .options(genUrlLoaderOptions('img').fallback.options);
59
60
webpackChain.module
61
.rule('media')
0 commit comments