Skip to content

Commit

Permalink
Merge pull request #180 from skalenetwork/fix-negative-inputs
Browse files Browse the repository at this point in the history
Fix svg loader
  • Loading branch information
dmytrotkk authored Jun 27, 2023
2 parents 908f5bd + e2ef69f commit 37cf30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
{
loader: 'svg-url-loader',
options: {
limit: 10000,
limit: 200000,
},
},
],
Expand Down

0 comments on commit 37cf30f

Please sign in to comment.