fix(webpack): remove double-dotted file extensions in webpack config (#27471)

This commit is contained in:
Evan Rusackas 2024-03-12 11:26:49 -06:00 committed by GitHub
parent 6a7e5c2faf
commit 47ae9d4cc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -403,7 +403,7 @@ const config = {
},
type: 'asset',
generator: {
filename: '[name].[contenthash:8].[ext]',
filename: '[name].[contenthash:8][ext]',
},
},
{
@ -431,7 +431,7 @@ const config = {
test: /\.(jpg|gif)$/,
type: 'asset/resource',
generator: {
filename: '[name].[contenthash:8].[ext]',
filename: '[name].[contenthash:8][ext]',
},
},
/* for font-awesome */