mirror of https://github.com/lukechilds/rollup.git
Rich Harris
9 years ago
committed by
GitHub
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