Skip to content
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

Update to Vite ESM Build: Resolving CJS Node API Deprecation #97

Merged
merged 5 commits into from
Nov 26, 2023

Conversation

pontusva
Copy link
Contributor

Copy link
Owner

@szymmis szymmis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes looking great and I also see that the test cases passed, fantastic!

I've written two small comments, and if I can ask, I would appreciate if you also did the same in the base package: got rid of ts-node which is used for tests and use tsx instead. That would maybe speed up the tests a little bit.

create-vite-express/templates/react-ts/package.json Outdated Show resolved Hide resolved
create-vite-express/templates/vanilla-ts/tsconfig.json Outdated Show resolved Hide resolved
@szymmis szymmis linked an issue Nov 24, 2023 that may be closed by this pull request
Copy link
Owner

@szymmis szymmis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found a few more issues, but I've decided to fix them myself so you don't have to wait longer for the merge.

Everything should be okay now.

@szymmis
Copy link
Owner

szymmis commented Nov 26, 2023

Okay, tests are passing and everything seems to be working. I'll merge then. 🎉
Thanks a lot for your second contribution @pontusva!

@szymmis szymmis merged commit 976f353 into szymmis:master Nov 26, 2023
2 checks passed
@pontusva
Copy link
Contributor Author

Thank you!

Please let me know if there is anything else I can do.

@szymmis
Copy link
Owner

szymmis commented Nov 28, 2023

The only thing left to do for now is to look at the problem described in #92. As always, if you want to take a look at it, I'd be happy to help you! Either way, thank you for every contribution you did! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecation of Vite CJS Node API in Vite 6
2 participants