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
Webpack supports configuring a cache object. But resolve() creates a clone of the cache object, making it impossible to access the cached data afterwards.
My workaround for this is to restore the cache object to the original one. It would be nice if webpack-configurator handled this automatically in resolve():
Webpack supports configuring a
cache
object. But resolve() creates a clone of the cache object, making it impossible to access the cached data afterwards.My workaround for this is to restore the cache object to the original one. It would be nice if webpack-configurator handled this automatically in resolve():
The text was updated successfully, but these errors were encountered: