-
Notifications
You must be signed in to change notification settings - Fork 12
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
ERROR in ./node_modules/@feathersjs/hooks/esm/base.js 55:38 #101
Comments
Your module loader needs to be configured to transpile this module using a modern version of Javascript (ES2018 or later I believe) - there is additional documentation on module loaders in the Feathers client API. |
okay, i'm added
and still have this
|
Whoops, just confirmed, the required preset is ES2020. |
will be babel-loader or stay es2020 ? |
how fix it?
The text was updated successfully, but these errors were encountered: