diff --git a/test/manual/webpack.config.js b/test/manual/webpack.config.js index c4c665ea..b0a5b1bd 100644 --- a/test/manual/webpack.config.js +++ b/test/manual/webpack.config.js @@ -240,7 +240,7 @@ module.exports = { }, { test: /\.png$/i, - loader: "file-loader", + type: "asset/resource", }, ], },