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:
Anders Kaseorg 2020-09-17 04:36:15 -07:00 committed by Steve Howell
parent 737d796e1c
commit 22eefdd3cd
1 changed files with 1 additions and 0 deletions

View File

@ -7,4 +7,5 @@ module.exports = {
baseSelector: ".zulip-icon",
cssTemplate: "./template.hbs",
ligature: false,
writeFiles: false,
};