mirror of https://github.com/lukechilds/rollup.git
Alexander Early
9 years ago
4 changed files with 13 additions and 12 deletions
@ -1,8 +1,8 @@ |
|||||
'use strict'; |
'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 () { |
$( function () { |
||||
$( 'body' ).html( '<h1>hello world!</h1>' ); |
$( 'body' ).html( '<h1>hello world!</h1>' ); |
||||
|
Loading…
Reference in new issue