-
Notifications
You must be signed in to change notification settings - Fork 133
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
build with esbuild; support Node 18+ #963
Conversation
Some additional learnings…
Update: I bypassed most of this by using |
Update: |
.DS_Store | ||
.env | ||
/build.test/ | ||
/build/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The leading slash here means only ignore build/
at the project root, not test/input/build/
etc.
I think the remaining issue is that I don’t know how to do the equivalent of |
I think I’ll have to write a script in JavaScript and use esbuild’s JavaScript API so that it works on Windows. 😞 |
753c448
to
6166d35
Compare
I've tested it as much as I could (and could imagine how to). LGTM. One thing that I found a bit confusing is that |
Can you approve if it looks good? I thought about changing |
Like really the current |
Should we add v18 to the GitHub Actions workflow matrix? |
Fixes #850. Fixes #847.