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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: