diff --git a/services/web/webpack.config.prod.js b/services/web/webpack.config.prod.js index 50861d4e77..c8f4aa41f5 100644 --- a/services/web/webpack.config.prod.js +++ b/services/web/webpack.config.prod.js @@ -32,7 +32,7 @@ module.exports = merge.smart( options: { outputPath: 'fonts', publicPath: '/fonts/', - name: '[name]-[hash].[ext]', + name: '[name]-[hash]-1.[ext]', }, }, ],