mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
[bug] Update gulp and webpack to include new font sheet (#2305)
This commit is contained in:
parent
3ff2147ac8
commit
4e8795761f
@ -23,8 +23,9 @@ const filters = {
|
||||
fonts: [
|
||||
"!build/popup/fonts/*",
|
||||
"build/popup/fonts/Open_Sans*.woff",
|
||||
"build/popup/fonts/fontawesome*.woff2",
|
||||
"build/popup/fonts/fontawesome*.woff",
|
||||
"build/popup/fonts/bwi-font.woff2",
|
||||
"build/popup/fonts/bwi-font.woff",
|
||||
"build/popup/fonts/bwi-font.ttf",
|
||||
],
|
||||
safari: ["!build/safari/**/*"],
|
||||
};
|
||||
|
@ -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]",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user