Skip to content

Commit

Permalink
fix error in custom-webpack-config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawan-Abdellatif committed Jun 28, 2024
1 parent 281e9eb commit 8fc5bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/custom-webpack-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = (_context, _options) => ({
skipEmptyLines: true,
},
},
// Rule for binary files (images, fonts, etc.)
// Rule for binary files (images, fonts, etc.)
{
test: /\.(png|jpe?g|gif|svg|woff|woff2|eot|ttf|otf)$/,
use: [
Expand Down

0 comments on commit 8fc5bcd

Please sign in to comment.