Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloads fonts on each Webpack Watch build #9

Open
jgreubel opened this issue Jul 18, 2017 · 0 comments
Open

Downloads fonts on each Webpack Watch build #9

jgreubel opened this issue Jul 18, 2017 · 0 comments

Comments

@jgreubel
Copy link
Contributor

jgreubel commented Jul 18, 2017

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:

image

However, this "bug" will be irrelevant if this plugin is not executed on each watch cycle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants