mirror of https://github.com/lukechilds/rollup.git
6 changed files with 30 additions and 6 deletions
@ -1,5 +1,9 @@ |
|||||
import foo from './foo'; |
import foo from './foo'; |
||||
|
|
||||
console.log( foo() ); |
var str = ` |
||||
|
//# sourceMappingURL=main.js.map
|
||||
|
`;
|
||||
|
|
||||
|
console.log( foo(str) ); |
||||
|
|
||||
//# sourceMappingURL=main.js.map
|
//# sourceMappingURL=main.js.map
|
||||
|
Loading…
Reference in new issue