mirror of https://github.com/lukechilds/rollup.git
Rich-Harris
8 years ago
10 changed files with 0 additions and 34 deletions
@ -1,6 +0,0 @@ |
|||||
define(function () { 'use strict'; |
|
||||
|
|
||||
console.log( 42 ); |
|
||||
|
|
||||
}); |
|
||||
//# sourceMappingURL=bundle.amd.js.map
|
|
@ -1 +0,0 @@ |
|||||
{"version":3,"file":"bundle.amd.js","sources":["../main.js"],"sourcesContent":["console.log( 42 );\n"],"names":[],"mappings":";;AAAA,OAAO,CAAC,GAAG,EAAE,EAAE,EAAE,CAAC,;;"} |
|
@ -1,4 +0,0 @@ |
|||||
'use strict'; |
|
||||
|
|
||||
console.log( 42 ); |
|
||||
//# sourceMappingURL=bundle.cjs.js.map
|
|
@ -1 +0,0 @@ |
|||||
{"version":3,"file":"bundle.cjs.js","sources":["../main.js"],"sourcesContent":["console.log( 42 );\n"],"names":[],"mappings":";;AAAA,OAAO,CAAC,GAAG,EAAE,EAAE,EAAE,CAAC"} |
|
@ -1,2 +0,0 @@ |
|||||
console.log( 42 ); |
|
||||
//# sourceMappingURL=bundle.es.js.map
|
|
@ -1 +0,0 @@ |
|||||
{"version":3,"file":"bundle.es.js","sources":["../main.js"],"sourcesContent":["console.log( 42 );\n"],"names":[],"mappings":"AAAA,OAAO,CAAC,GAAG,EAAE,EAAE,EAAE,CAAC"} |
|
@ -1,7 +0,0 @@ |
|||||
(function () { |
|
||||
'use strict'; |
|
||||
|
|
||||
console.log( 42 ); |
|
||||
|
|
||||
}()); |
|
||||
//# sourceMappingURL=bundle.iife.js.map
|
|
@ -1 +0,0 @@ |
|||||
{"version":3,"file":"bundle.iife.js","sources":["../main.js"],"sourcesContent":["console.log( 42 );\n"],"names":[],"mappings":";;;AAAA,OAAO,CAAC,GAAG,EAAE,EAAE,EAAE,CAAC,;;"} |
|
@ -1,10 +0,0 @@ |
|||||
(function (global, factory) { |
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory() : |
|
||||
typeof define === 'function' && define.amd ? define(factory) : |
|
||||
(factory()); |
|
||||
}(this, (function () { 'use strict'; |
|
||||
|
|
||||
console.log( 42 ); |
|
||||
|
|
||||
}))); |
|
||||
//# sourceMappingURL=bundle.umd.js.map
|
|
@ -1 +0,0 @@ |
|||||
{"version":3,"file":"bundle.umd.js","sources":["../main.js"],"sourcesContent":["console.log( 42 );\n"],"names":[],"mappings":";;;;;;AAAA,OAAO,CAAC,GAAG,EAAE,EAAE,EAAE,CAAC,;;"} |
|
Loading…
Reference in new issue