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 71a9a6e commit c4d415cCopy full SHA for c4d415c
app/templates/_webpack.config.js
@@ -44,14 +44,16 @@ module.exports = {
44
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
45
loader: 'url',
46
query: {
47
- limit: 10000
+ limit: 10000,
48
+ name: 'static/img/[name]_[hash:7].[ext]'
49
}
50
},
51
{
52
test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/,
53
54
55
56
+ name: 'static/fonts/[name]_[hash:7].[ext]'
57
58
59
]
0 commit comments