-
Notifications
You must be signed in to change notification settings - Fork 49
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
version 3.1.3 is not es5 compatible because of lru-cache 5.1.1 #74
Comments
We made this change via #72 BTW which way u used with axios-extensions? If you used it with a script tag, we may need to change the rollup config to transpile it to compatible with es5. If u used it with a npm way, I think u should make your babel to compile the node_modules and make your dependencies compatible with es5 after bundler build. |
I use the package with npm. Of course I can transpile This was true for |
+1 |
version 3.1.3 bumped to lru-cache@5.1.1 which is not es5 compatible
2b63345
It might even be that lru-cache is purely meant for node:
2b63345
If that’s the case, I propose locking an older version of lru-cache until something more future-proof is done in this regard.
I can push a PR, temporarily locking in the most recent version of lru-cache that worked as expected in ES5 environments.
The text was updated successfully, but these errors were encountered: