1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00

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

* [Icons] Remove FA

* Icon changes // webpack correction
This commit is contained in:
Vincent Salucci
2022-02-03 10:28:34 -06:00
committed by GitHub
parent 1e877f6cf8
commit 3e8705d548
5 changed files with 7 additions and 24 deletions

View File

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