mirror of https://github.com/lukechilds/rollup.git
Alexander Early
9 years ago
4 changed files with 13 additions and 12 deletions
@ -1,9 +1,9 @@ |
|||
'use strict'; |
|||
|
|||
function _interopRequire (id) { var ex = require(id); return 'default' in ex ? ex['default'] : ex; } |
|||
function _interopDefault (ex) { return 'default' in ex ? ex['default'] : ex; } |
|||
|
|||
var $ = _interopRequire('jquery'); |
|||
var $ = _interopDefault(require('jquery')); |
|||
|
|||
$( function () { |
|||
$( 'body' ).html( '<h1>hello world!</h1>' ); |
|||
}); |
|||
}); |
Loading…
Reference in new issue