bughelp wantedwindows
Description
Just tried on Windows and wow, I feel sorry for anybody developing on that OS. :cry:
- Disable web security by default for
index.htmlto work on first run - Source maps are not working
- All tests are failing because
cross-spawnstdout is for some reason returning a zero length string (although it prints in terminal). Switching tochild_process#spawnis throwing another error. - Can't use any piping like
devtool foo.js > output.pngwith default cmd.exe - Can't use
./bin/index.jsto run the examples in run scripts
Probably lots of other issues. But mostly the tool is working for debugging Node apps, which is a good start. :+1: