For nx:esbuild .ts files should automatically be transformed from .ts to .js extensions. #29622
louiss0
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm asking for Nx to make ti so that esbuild to transforms the
.ts
extension's in the export's field values and nested values into.js
.Esbuild doesn't transform the
package.json
files it simply just output's the package.json file you created.When I try to build with Nx the
package.json
file stay's the same while the files change.I wrote a plugin to solve this problem already it just needs to implemented immediately.
Beta Was this translation helpful? Give feedback.
All reactions