I append in transpiler the sourceMappingURL through the code... ``` javascript code + '//# sourceMappingURL=' + sourcemap_path; ``` The sourceMappingURL match regexp detects it as url and tries to fetch "' + sourcemap_path;"... and for minified code is even worse...