-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
can not cache extensionless URLs #8106
Comments
Ok, I think I might know what the problem is... working on a fix. |
So this is related to #8024, and the TypeScript compiler not liking root modules without extensions, even though dependencies can be. To make matters worse here,
And as you point out it was "broken" in 1.4.6 as it was type checking JavaScript, which it shouldn't be doing. |
It appears that #8114 has fixed this one.
It is successfully cached without errors now. |
master
1.4.6
cc @kitsonk
The text was updated successfully, but these errors were encountered: