You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: