Skip to content

Commit 622a8ba

Browse files
authored
fix: ensure ext is at the end for assets in dev (#12345)
Signed-off-by: Matt Krick <matt.krick@gmail.com>
1 parent 92e1522 commit 622a8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/webpack/dev.client.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module.exports = {
9393
filename: '[name].js',
9494
chunkFilename: '[name].chunk.js',
9595
publicPath: '/',
96-
assetModuleFilename: '[name][ext][query]-[hash]'
96+
assetModuleFilename: '[name]-[hash][query][ext]'
9797
},
9898
resolve: {
9999
alias: {

0 commit comments

Comments
 (0)