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

[bug] Update gulp and webpack to include new font sheet (#2305)

This commit is contained in:
Vincent Salucci
2022-02-02 09:11:09 -06:00
committed by GitHub
parent 3ff2147ac8
commit 4e8795761f
2 changed files with 4 additions and 3 deletions

View File

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