we bundle it as inline-source-map so there is only 1 file *.cjs and no source map.
But when I go to set a breakpoint in my index.js file I get an unbound breakpoint error.
if this is the case, can you try to trigger the app in the first time to invoke the code locally so that the VS Code can load/recognize the *.csj file properly. Then, set the breakpoint. Then trigger the invocation again. Please let me know whether it helps