How to disable babel-loader caching in create-create-app project?

Viewed 232

I am developing a create-create-app project and noticed that when dependencies in node_modules are updated manually, changes does not make their way to browser.

After digging a little, I discovered that dependencies are now cached in node_modules/.cache/babel-loader.

Is there a way to disable cache for single or all dependencies?

Thanks for helping out!

0 Answers
Related