Skip to content

Commit

Permalink
do not inline svg
Browse files Browse the repository at this point in the history
  • Loading branch information
yushih committed May 5, 2022
1 parent ee7d093 commit 80f8576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/yoroi-extension/webpack/commonConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const rules /*: boolean => Array<*> */ = (_isDev) => [
{
test: /\.svg$/,
issuer: /\.scss$/,
loader: 'url-loader'
loader: 'file-loader'
},
{
test: /\.inline\.svg$/,
Expand All @@ -146,7 +146,7 @@ const rules /*: boolean => Array<*> */ = (_isDev) => [
}]
}
}
}]
}, 'file-loader']
},
{
test: /\.md$/,
Expand Down

0 comments on commit 80f8576

Please sign in to comment.