Skip to content

Commit

Permalink
webpack.config.js: Use asset instead of asset/inline for optimizing a…
Browse files Browse the repository at this point in the history
…ssets
  • Loading branch information
cbrxyz committed Oct 28, 2024
1 parent 2151fdb commit c0d6a26
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ module.exports = {
},
{
test: /\.(png|jpeg|jpg|gif|svg|eot|ttf|woff|woff2)$/,
type: 'asset/inline',
},
]
type: 'asset',
}],
},
devServer: {
historyApiFallback: true,
Expand Down

0 comments on commit c0d6a26

Please sign in to comment.