We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d295979 commit 53bb28dCopy full SHA for 53bb28d
config/webpack.config.dev.js
@@ -132,7 +132,7 @@ module.exports = {
132
exclude: /\/favicon.ico$/,
133
loader: 'file',
134
query: {
135
- name: 'static/media/[name].[ext]'
+ name: 'static/media/[name].[hash:8].[ext]'
136
}
137
},
138
// A special case for favicon.ico to place it into build root directory.
@@ -152,7 +152,7 @@ module.exports = {
152
loader: 'url',
153
154
limit: 10000,
155
156
157
158
// "html" loader is used to process template page (index.html) to resolve
0 commit comments