aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/webpack.base.conf.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/webpack.base.conf.js b/build/webpack.base.conf.js
index fbbf18df..78b75e3f 100644
--- a/build/webpack.base.conf.js
+++ b/build/webpack.base.conf.js
@@ -84,14 +84,14 @@ module.exports = {
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
type: 'asset',
generator: {
- filename: utils.assetsPath('img/[name].[hash:7].[ext]')
+ filename: utils.assetsPath('img/[name].[hash:7][ext]')
}
},
{
test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/,
type: 'asset',
generator: {
- filename: utils.assetsPath('fonts/[name].[hash:7].[ext]')
+ filename: utils.assetsPath('fonts/[name].[hash:7][ext]')
}
},
{