-
Notifications
You must be signed in to change notification settings - Fork 293
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
would you be open to support node[[X].Y] as target to make GitHub Action build artifacts smaller? #1247
Comments
The default is actually es2015. I think adding support for Its already merging with node14 here: Line 284 in 3496356
Feel free to add a PR with a test, thanks! |
I'll give it a go |
I have gyp issues while
yarn install error
|
I started in #1248, gotta figure few main quirks and after that will do my best on how to incorporate input/output pairs into ncc's test infra |
in the light of 1246 I discovered default target is es2025 and it only es* targets are expected. underlying webpack does support node* as a target, but ncc restricts it. but using es version as a target doesn't make sense for nodejs versions, because es support is fragmented.
I'd like to relax es* only target restriction to include node* as well, to make GitHub Action build artifacts smaller by not transpiling everything to es2015 but rather only to what's missing in node20 for example
The text was updated successfully, but these errors were encountered: