diff --git a/html/webpack.config.js b/html/webpack.config.js
index 27ff1dc2..de432c03 100644
--- a/html/webpack.config.js
+++ b/html/webpack.config.js
@@ -42,12 +42,9 @@ module.exports = {
},
{
test: /\.(eot|png|svg|ttf|woff)/,
- use: {
- loader: 'url-loader',
- options: {
- limit: false,
- name: 'assets/[name].[ext]'
- }
+ type: 'asset',
+ generator: {
+ filename: 'assets/[name][ext]'
}
}
]