-
-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Changes to the .babelrc
file do not invalidate the cache
#587
Labels
Comments
This was referenced Feb 25, 2018
Closed
Did this work with beta.0? Do you know? |
@danez, I think it didn't work either, hence I opened babel/babel#7427 when I was using beta.0. |
I keep it open for now, because the only bug i found was one I introduced in beta.1. |
I released beta.2 which should fix the problem that was introduced in beta.1 If it still does not work, we need to investigate more. |
This seems to work now, using |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I'm submitting a bug report.
Current Behavior
When using
cacheDirectory: true
the cache does not get invalidated between changes to.babelrc
contents. Disabling the cache works as expected and changes to.babelrc
are reflected in the generated bundle.Expected Behavior
When using
cacheDirectory: true
the cache should be invalidated between changes to the.babelrc
file as mentioned in the docs.Versions
Configuration
The text was updated successfully, but these errors were encountered: