mirror of https://github.com/lukechilds/rollup.git
Rich Harris
8 years ago
committed by
GitHub
4 changed files with 8 additions and 2 deletions
@ -0,0 +1,3 @@ |
|||
module.exports = { |
|||
description: 'only removes valid sourcemapping URL comments (#1132)' |
|||
}; |
@ -0,0 +1,3 @@ |
|||
////# sourceMappingURL=foo
|
|||
var val = 42; |
|||
assert.equal( val, 42 ); |
Loading…
Reference in new issue