We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If we enable the cacheDirectory option of babel-loader changes to an icon do not trigger rebuilds of webpack 🤔
cacheDirectory
babel-loader
But changes in .jsx, .js, .scss etc. files do work even if cacheDirectory is enabled.
.jsx
.js
.scss
The text was updated successfully, but these errors were encountered:
I ran into this issue too. Is it gonna be fixed? If it isn't why didn't anybody close it yet?
Sorry, something went wrong.
Nope, isn't fixed as far as I know. Since more than one year I just disabled the cacheDirectory option 😞
Hi @AndyOGo how did u disabled cache directory if u are using customize-cra for create-react-app
No branches or pull requests
If we enable the
cacheDirectory
option ofbabel-loader
changes to an icon do not trigger rebuilds of webpack 🤔But changes in
.jsx
,.js
,.scss
etc. files do work even ifcacheDirectory
is enabled.The text was updated successfully, but these errors were encountered: