DEV Community

Discussion on: Electron with Typescript using ts-node

 
trusktr profile image
Joe Pea

Ah, thanks for sharing webpack-node-externals. That could come handy when I find myself in an existing webpack/node project.

Thread Thread
 
marksyzm profile image
Mark Elphinstone-Hoadley

Did you manage to get debugging to work in vscode or similar? I've had problems getting breakpoints to work. It just ignores them when it is in a file that isn't native JS.