diff --git a/webpack.config.js b/webpack.config.js index 8b4f97107..60712783b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -83,7 +83,7 @@ module.exports = (env, argv) => { }, { test: /(.woff|.woff2|.png|.jpg|.gif)/, - type: 'asset/resource' + type: 'asset/inline' }, { test: /\.jsx?$/,