Closed david-gang closed 9 years ago
For some reason browserify and tsify did not work well with inline source maps. I made it external for the cjs folder.
The fix is just a little '.' :-) This fixes #40 for me.
LGTM, tested and it indeed adds the map files into the folder next to each associated ts file.
For some reason browserify and tsify did not work well with inline source maps. I made it external for the cjs folder.
The fix is just a little '.' :-) This fixes #40 for me.