Currently sourcemaps are not emitted. This complicates debugging. [Sample implementation from `imports-loader`](https://github.com/webpack/imports-loader/blob/master/index.js#L34)
Currently sourcemaps are not emitted. This complicates debugging.
Sample implementation from
imports-loader