You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experimental Node 16 support currently has us on 16.8, But the upcoming LTS version will be based on 16.10 or 16.11. Either way, there were major changes to loaders in 16.10 that will break projects in production if they target LTS or 16. This specially affects typescript users and ESM users.
Took me 5 minutes to figure out why the ts-node loader stopped working.
upgrading from ts-node 10.2.1 to ts-node 10.4.0 fixed the issue with the loader and .ts extensions.
🌈 Feature
Experimental Node 16 support currently has us on 16.8, But the upcoming LTS version will be based on 16.10 or 16.11. Either way, there were major changes to loaders in 16.10 that will break projects in production if they target LTS or 16. This specially affects typescript users and ESM users.
TypeStrong/ts-node#1372
The text was updated successfully, but these errors were encountered: