Browse Source

Removed debugging line in sourcemaps loaders test

ghi-672
Permutator 9 years ago
parent
commit
e256ddb727
No known key found for this signature in database GPG Key ID: 763F7A2F18CAB33E
  1. 1
      test/sourcemaps/loaders/_config.js

1
test/sourcemaps/loaders/_config.js

@ -24,7 +24,6 @@ module.exports = {
if ( id.endsWith( 'main.js' ) ) {
delete out.map.sources;
//throw new Error(JSON.stringify(out.code));
} else {
const slash = out.map.sources[0].lastIndexOf( '/' ) + 1;
out.map.sources = out.map.sources.map( source => '../' + source.slice( slash ) );

Loading…
Cancel
Save