babel / example-node-server

Example Node Server w/ Babel
ISC License
2.84k stars 383 forks source link

Sourcemap #8

Open amcdnl opened 8 years ago

amcdnl commented 8 years ago

Would be nice to see sourcemap configuration for use in something like node-inspector

lirbank commented 8 years ago

+1

lirbank commented 8 years ago

I've added #10 describing how to get source maps working for production and dev (with file watcher), though not about node-inspector specifically.

amcdnl commented 8 years ago

@lirbank I have them * kinda * working, setup a demo project illustrating issues here: https://github.com/amcdnl/debug-hell