Skip to content

Commit 8c7e657

Browse files
committed
Merge branch 'dev' of github.com:quasarframework/quasar into dev
2 parents f3019a4 + 56c1969 commit 8c7e657

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/lib/webpack/create-chain.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ module.exports = function (cfg, configName) {
211211
.options({
212212
esModule: false,
213213
limit: 10000,
214-
name: `img/[name]${fileHash}.[ext]`
214+
name: `img/[path][name]${fileHash}.[ext]`
215215
})
216216

217217
// TODO: change to Asset Management when webpack-chain is webpack5 compatible
@@ -223,7 +223,7 @@ module.exports = function (cfg, configName) {
223223
.options({
224224
esModule: false,
225225
limit: 10000,
226-
name: `fonts/[name]${fileHash}.[ext]`
226+
name: `fonts/[path][name]${fileHash}.[ext]`
227227
})
228228

229229
// TODO: change to Asset Management when webpack-chain is webpack5 compatible
@@ -235,7 +235,7 @@ module.exports = function (cfg, configName) {
235235
.options({
236236
esModule: false,
237237
limit: 10000,
238-
name: `media/[name]${fileHash}.[ext]`
238+
name: `media/[path][name]${fileHash}.[ext]`
239239
})
240240

241241
injectStyleRules(chain, {

0 commit comments

Comments
 (0)