Skip to content

Commit

Permalink
asset/resource webpack production loader
Browse files Browse the repository at this point in the history
  • Loading branch information
ewansheldon committed Oct 27, 2024
1 parent 8ed569c commit 28e8f5a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions webpack.prod.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,7 @@ module.exports = {
},
{
test: /\.(jpe?g|gif|png|svg)$/i,
use: [
{
loader: 'url-loader',
options: {
limit: 10000
}
}
]
type: 'asset/resource'
},
{
test: /\.css$/i,
Expand Down

0 comments on commit 28e8f5a

Please sign in to comment.