-
Notifications
You must be signed in to change notification settings - Fork 294
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
Private class fields break build #499
Comments
I'm also getting this issue today. Thanks. |
What does You may need an additional loader to handle the result of these loaders mean? How do you add additional loaders so that when you run ncc build... it knows to use them? I've been searching trying to find an answer and can't seem to find one. |
@dominiklessel Are you aware of a workaround? |
@itsdarrylnorris No, unfortunately not – I've stopped using ncc because of this … I know that this is not a feasible solution for everyone, but in my case it was (and I was too lazy to figure out a proper fix 😬) Have a look at https://github.com/OnurGvnc/acorn-with-stage3 this looks like a possible workaround 👍 |
Facing this problem too, but the acorn suggestion doesn't work for me. |
@Dunky13 I just tested this and private fields definitely seem to be supported. Are you sure you're using the latest version? |
I have a project, which uses hapi. With their latest 19.x release they dropped support for node 10 and make use of for example private class fields, which now breaks my ncc build :
Please see their changelogs:
Is there any way around it?
The text was updated successfully, but these errors were encountered: