-
Notifications
You must be signed in to change notification settings - Fork 23
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
Doesn't support ES6? #132
Comments
Looking at the error this is most likely caused by Jest not using babel correctly. There are a number of workarounds given in this Jest issue which might help you solve this: jestjs/jest#8660 |
Could it be this? https://github.com/championswimmer/vuex-persist#transpile-for-target-es5 |
This is strange because babel is already setup to transpire node_modules.
|
Solved:
|
Great! Thanks for letting me know - no doubt this will hit someone else in the future so good to have a solution! 😃 |
Hi,
I'm getting this error:
Is this something to do with ES6 support?
The text was updated successfully, but these errors were encountered: