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

Hot module replacement support #2

Open
nukeop opened this issue Jun 1, 2017 · 2 comments
Open

Hot module replacement support #2

nukeop opened this issue Jun 1, 2017 · 2 comments

Comments

@nukeop
Copy link

nukeop commented Jun 1, 2017

Hi, great work on the plugin, it makes my life a lot easier.

I was wondering if it'd be hard to add support for hot module replacement, as right now with each hot reload the plugin builds the fonts once again and adds them to the bundle over and over, which forces me to restart the webpack server every now and again (because it gets slower and slower). Would you be able to solve that somehow?

@gabiseabra
Copy link
Owner

Thanks, I'll be marking this as a feature request 👍
The solution for now is using local: false in development, but that only works with html-webpack-plugin.

@debanjanbasu
Copy link
Contributor

Yeah, this is a major issue for my development. Can we add this feature ASAP. This is an awesome plugin otherwise.

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

3 participants