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
{{ message }}
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
Problem you have encountered:
Receiving "Could not determine the output file associated with the transpiled input file" error when we deploy node js code.
Configurations:
We tried to enable sourcemap with below webpack sourcemapers
But we are not able to set debugger in typescript based project.
What you expected to happen:
The debugger should be attached to a node js based project which contains code in TS and transpile through webpack.