Skip to content

Commit

Permalink
fix file issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Nov 11, 2023
1 parent 8a0be97 commit 9a22e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/webpack/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
},
},
{
test: /\.(png|jpe?g|svg)$/,
test: /\.(svg)$/,
loader: "file-loader",
options: {
name: "assets/[name].[ext]",
Expand Down

0 comments on commit 9a22e66

Please sign in to comment.