pheuter / essential-react

A minimal skeleton for building testable React apps using Babel
MIT License
2.02k stars 131 forks source link

Support source map debugging #34

Open empz opened 8 years ago

empz commented 8 years ago

Right now to debug in browser dev tools webpack exposes the transpiled ES5 version of scripts. If we could tell webpack to generate source maps for local debugging that would be awesome.

I'm still very new to all this so I have no idea how to do it but I've seen it in other webpack starter kits so it should be possible I think.

UPDATE I've just read that it's supposed to support debugging the original ES6 files but it's not working for me... screen