Fix double dot in generated asset names
This commit is contained in:
parent
234963caa1
commit
5444f0c852
|
@ -84,14 +84,14 @@ module.exports = {
|
||||||
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
|
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
|
||||||
type: 'asset',
|
type: 'asset',
|
||||||
generator: {
|
generator: {
|
||||||
filename: utils.assetsPath('img/[name].[hash:7].[ext]')
|
filename: utils.assetsPath('img/[name].[hash:7][ext]')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/,
|
test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/,
|
||||||
type: 'asset',
|
type: 'asset',
|
||||||
generator: {
|
generator: {
|
||||||
filename: utils.assetsPath('fonts/[name].[hash:7].[ext]')
|
filename: utils.assetsPath('fonts/[name].[hash:7][ext]')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue