Skip to content

Commit 33e1333

Browse files
author
wang shuwen
committed
feat: remove [query] from webpack config
1 parent 87735fb commit 33e1333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/playground/config/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ module.exports = function (webpackEnv) {
333333
loader: require.resolve('url-loader'),
334334
options: {
335335
limit: imageInlineSizeLimit,
336-
name: 'static/media/[name].[hash:8].[ext][query]',
336+
name: 'static/media/[name].[hash:8].[ext]',
337337
},
338338
},
339339
// Process application JS with Babel.

0 commit comments

Comments
 (0)