Browse Source
Removed debugging line in sourcemaps loaders test
ghi-672
Permutator
9 years ago
No known key found for this signature in database
GPG Key ID: 763F7A2F18CAB33E
1 changed files with
0 additions and
1 deletions
-
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 ) ); |
|
|
|