-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Use moduleResolution: 'node16'
#7787
Conversation
|
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.
Besides the Vite issue, the changes looks good to me. Thanks for tackling this!
d7ce3af
to
0676583
Compare
Not sure if Vite is the only blocker for node16, but it has been fixed and released in 4.4.7 |
77ab4bb
to
7822777
Compare
c19adcd
to
70f34f5
Compare
Closing this, will have to restart from scratch pretty much |
Changes
Blocked by vitejs/vite#13947
#7780 made it so we use
moduleResolution: 'bundler'
, this is mostly fine but since we still require extensions in the runtime, it's better for us to usemoduleResokution: 'node16'
instead. However, this has, a lot of requirements. This PR attempts to do itTesting
Tests should pass!
Docs
N/A