mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
zulip-icons: Set writeFiles to false.
webfonts-loader now defaults writeFiles to true, which makes spurious
copies of zulip-icons.{css,eot,svg,ttf,woff,woff2} for no reason.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
737d796e1c
commit
22eefdd3cd
@ -7,4 +7,5 @@ module.exports = {
|
||||
baseSelector: ".zulip-icon",
|
||||
cssTemplate: "./template.hbs",
|
||||
ligature: false,
|
||||
writeFiles: false,
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user