Skip to content

Commit

Permalink
Add comment about chosen type when handling assets
Browse files Browse the repository at this point in the history
  • Loading branch information
podliashanyk committed Oct 4, 2024
1 parent 2f55309 commit f7ec850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = [
},
{
test: /\.(eot|svg|ttf|woff|woff2|png|jpg|gif)$/i,
type: 'asset'
type: 'asset' // webpack will individually pick the best way to include each asset it encounters
},
],
},
Expand Down

0 comments on commit f7ec850

Please sign in to comment.