diff --git a/webpack.config.js b/webpack.config.js index 74ce7a4b0104d16eae2c526bc8bccce305f95ba8..7ed76552a0ef539d81380fcb07053bfb94a41a42 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -33,7 +33,7 @@ module.exports = { }, { test: /\.(png|gif|jpe?g|svg|eot|otf|ttf|woff)$/, - type: 'asset/resource', + type: 'asset', }, ], },