|
@@ -46,7 +46,7 @@ module.exports = {
|
|
|
test: /\.jpg$/,
|
|
|
type: 'asset/resource',
|
|
|
generator: {
|
|
|
- filename: 'images/[name]-[hash:6].[ext]'
|
|
|
+ filename: 'images/[name]-[hash:6][ext]'
|
|
|
},
|
|
|
},
|
|
|
|
|
@@ -54,7 +54,7 @@ module.exports = {
|
|
|
test: /\.(ttf|eot|woff|woff2)$/,
|
|
|
type: 'asset/resource',
|
|
|
generator: {
|
|
|
- filename: 'fonts/[name]-[hash:6].[ext]'
|
|
|
+ filename: 'fonts/[name]-[hash:6][ext]'
|
|
|
},
|
|
|
},
|
|
|
/*{
|