mirror of https://github.com/lukechilds/rollup.git
1111hui
9 years ago
4 changed files with 10 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||
module.exports = { |
|||
description: 'use no strict option', |
|||
command: 'rollup -i main.js -f iife --no-strict' |
|||
}; |
@ -0,0 +1,4 @@ |
|||
(function () { |
|||
console.log( 42 ); |
|||
|
|||
}()); |
@ -0,0 +1 @@ |
|||
console.log( 42 ); |
Loading…
Reference in new issue