-
Notifications
You must be signed in to change notification settings - Fork 1
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
Webpack is not getting compiled with node version < 14 #3
Comments
Facing the exact same issue, any updates |
Facing the exact same issue,config the bable-loader that including this node_module but nothing happen. |
any update @ScriptedAlchemy @statianzo ?? |
@Chetan77verma, sorry, I'm not associated with this fork of |
Any update on this? |
Anyone wanna send a PR? Looks like we are using too new a syntax? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to configure fmr on node version > 14 it is working fine
but i want to make it work on node version 12 but webpack is not getting complied
Some code contains es2020 , which is not support by node 12
I tried things but not able resolve it , if you guys know how i can do that it will be great help @ScriptedAlchemy
The text was updated successfully, but these errors were encountered: