This plugin is executed on each watch cycle. I believe this is unnecessary because the font declarations in the webpack config are not changing and don't require updating. I'm assuming this is also adding a slight delay to each watch cycle as well.
As a side note, this plugin also appears to have an interesting (but maybe harmless) chunk name bug during a webpack watch. It appears the the chunk name defined in the options.name variable is consistently being added again and again on each watch cycle and produces this output:
However, this "bug" will be irrelevant if this plugin is not executed on each watch cycle.
This plugin is executed on each watch cycle. I believe this is unnecessary because the font declarations in the webpack config are not changing and don't require updating. I'm assuming this is also adding a slight delay to each watch cycle as well.
As a side note, this plugin also appears to have an interesting (but maybe harmless) chunk name bug during a webpack watch. It appears the the chunk name defined in the
options.name
variable is consistently being added again and again on each watch cycle and produces this output:However, this "bug" will be irrelevant if this plugin is not executed on each watch cycle.