diff --git a/webpack.config.js b/webpack.config.js index 0b9b047..e683177 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -23,9 +23,8 @@ module.exports = { }, { test: /\.(png|jpeg|jpg|gif|svg|eot|ttf|woff|woff2)$/, - type: 'asset/inline', - }, - ] + type: 'asset', + }], }, devServer: { historyApiFallback: true,