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
I upgraded my nodejs to v20, but I noticed that the generated output is not bundled, even not compiled, i.e the contents of output/index.mjs is almost the same as src/index.ts with minor changes.
when i revert back into nodejs v19 it worked correctly.
I tested it in windows x64 and ubunto
The text was updated successfully, but these errors were encountered:
so far, I think the problem occurs when importing from an alias path.
probably this issue is coming from tsconfig-paths as matchPath(args.path) returns undefined
I upgraded my nodejs to v20, but I noticed that the generated output is not bundled, even not compiled, i.e the contents of output/index.mjs is almost the same as src/index.ts with minor changes.
when i revert back into nodejs v19 it worked correctly.
I tested it in windows x64 and ubunto
The text was updated successfully, but these errors were encountered: