mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
fix(webpack): remove double-dotted file extensions in webpack config (#27471)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user