We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87735fb commit 33e1333Copy full SHA for 33e1333
build/playground/config/webpack.config.js
@@ -333,7 +333,7 @@ module.exports = function (webpackEnv) {
333
loader: require.resolve('url-loader'),
334
options: {
335
limit: imageInlineSizeLimit,
336
- name: 'static/media/[name].[hash:8].[ext][query]',
+ name: 'static/media/[name].[hash:8].[ext]',
337
},
338
339
// Process application JS with Babel.
0 commit comments