Matt DesLauriers
Matt DesLauriers
I just added an ES2015 example. You could use a custom HTML index that registers babel, or you could just have your application entry point register babel. https://github.com/Jam3/devtool/blob/master/example/es2015.js https://github.com/Jam3/devtool/blob/master/example/es2015.html Another...
Can you create a new issue with some more details on how to reproduce the issue? Thanks!
Can you please test with latest version, `1.10.0`. I've added better handling of source maps and also an option to disable generation altogether (`--no-source-maps`). To update: ``` sh npm i...
It supports `console.log` (to DevTools console), `process.stdout.write` (to Node.js console) and similar functions. Some libraries might not work perfectly if they use a crude test to determine whether the environment...
Tracking upstream: https://github.com/atom/electron/issues/4444
Ok, this is fixed in 1.8.2. If there is another fix to electron#4444 then maybe we could have better error codes and overall cleaner handling for resources that aren't the...
Thanks @NekR, it seems like a related bug. Still struggling to find a clean solve, you can see some suggestions and their issues in electron#4444.
Yes, see #27. We are blocked on Electron, but this feature would be pretty huge. Feel free to explore alternatives; it may be possible to shim the Node internals/requires to...
Hmm not sure how that would work, but feel free to explore. :smile:
It should be something that we can iterate/improve on. The main difference is that devtool waits for domready events, but I'm not sure that explains the huge difference. Is there...