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

resolve() breaks webpack cache parameter #13

Open
kennu opened this issue Jun 5, 2016 · 0 comments
Open

resolve() breaks webpack cache parameter #13

kennu opened this issue Jun 5, 2016 · 0 comments

Comments

@kennu
Copy link

kennu commented Jun 5, 2016

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():

const resolvedConfig = webpackConfig.resolve()
resolvedConfig.cache = webpackConfig._config.cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant