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
We use HardSource and we love it. It's been a huge boon to our productivity, so many thanks.
One thing we run into fairly frequently is that we use the DefinePlugin in webpack to define some API keys and such, and when those change, we have to blow away the cache. It's not a huge deal, but it is a little annoying to have to blow away the entire cache instead of just the files that need to be recompiled with the new DefinePlugin'd values. Is it possible for you guys to detect usage of that plugin, then detect the files the plugin actually applies to, and dirty them in the cache?
The text was updated successfully, but these errors were encountered:
We use HardSource and we love it. It's been a huge boon to our productivity, so many thanks.
One thing we run into fairly frequently is that we use the DefinePlugin in webpack to define some API keys and such, and when those change, we have to blow away the cache. It's not a huge deal, but it is a little annoying to have to blow away the entire cache instead of just the files that need to be recompiled with the new DefinePlugin'd values. Is it possible for you guys to detect usage of that plugin, then detect the files the plugin actually applies to, and dirty them in the cache?
The text was updated successfully, but these errors were encountered: