Skip to content

Commit

Permalink
feat: remove [query] from webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
wang shuwen committed Dec 5, 2020
1 parent 87735fb commit 33e1333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/playground/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ module.exports = function (webpackEnv) {
loader: require.resolve('url-loader'),
options: {
limit: imageInlineSizeLimit,
name: 'static/media/[name].[hash:8].[ext][query]',
name: 'static/media/[name].[hash:8].[ext]',
},
},
// Process application JS with Babel.
Expand Down

0 comments on commit 33e1333

Please sign in to comment.