1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

[Icons] FF - requested icon changes (#1435)

* [Icons] Removed FA

* Icon changes // Webpack correction // Padding updates
This commit is contained in:
Vincent Salucci
2022-02-03 10:20:31 -06:00
committed by GitHub
parent 5c764a95f4
commit 868d235faa
10 changed files with 14 additions and 29 deletions

View File

@@ -37,7 +37,7 @@ const moduleRules = [
},
{
test: /\.(jpe?g|png|gif|svg|webp|avif)$/i,
exclude: /.*(fontawesome-webfont)\.svg/,
exclude: /.*(bwi-font)\.svg/,
generator: {
filename: "images/[name][ext]",
},