Keep original typescript source maps after using browserify
问题 Background: I am compiling 2 dependent TypeScript files to js, which produces also source maps (one source map per file) using tsc 1.0 I'm using -m commonjs and then use browserify to generate a single bundle.js However I noticed that I get the original source map references twice in the bundle, which doesn't seem to work. Passing --debug doesn't seem to do the trick either. I had a feeling this issue: https://github.com/substack/node-browserify/issues/325 is somewhat related, but I couldn't