mirror of https://github.com/lukechilds/rollup.git
Rich-Harris
8 years ago
4 changed files with 10 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
const assert = require( 'assert' ); |
|||
|
|||
module.exports = { |
|||
description: 'populates file property of sourcemap (#986)', |
|||
command: 'rollup -i main.js -o _actual/bundle.js -m' |
|||
}; |
@ -0,0 +1,2 @@ |
|||
console.log( 42 ); |
|||
//# sourceMappingURL=bundle.js.map
|
@ -0,0 +1 @@ |
|||
{"version":3,"file":"bundle.js","sources":["../main.js"],"sourcesContent":["console.log( 42 );\n"],"names":[],"mappings":"AAAA,OAAO,CAAC,GAAG,EAAE,EAAE,EAAE,CAAC"} |
@ -0,0 +1 @@ |
|||
console.log( 42 ); |
Loading…
Reference in new issue