1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

[Icons] FF - old font cleanup (#221)

* [Icons] Remove FA

* Webpack renderer correction
This commit is contained in:
Vincent Salucci
2022-02-03 10:31:35 -06:00
committed by Vincent Salucci
parent 1be64836f4
commit a578fb49c7
3 changed files with 1 additions and 18 deletions

View File

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