diff --git a/ui/webpack.config.js b/ui/webpack.config.js index 26142c2..79b1af4 100644 --- a/ui/webpack.config.js +++ b/ui/webpack.config.js @@ -42,7 +42,10 @@ module.exports = (env, argv) => { { include: [/\/node_modules\/@fortawesome\/fontawesome-free\/webfonts/], test: /\.(eot|svg|ttf|woff|woff2)$/, - loader: ['file-loader'], + loader: 'file-loader', + options: { + name: 'static/[name].[hash:8].[ext]', + }, }, ] },