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