mirror of https://github.com/lukechilds/rollup.git
Rich Harris
9 years ago
3 changed files with 6 additions and 1 deletions
@ -0,0 +1,3 @@ |
|||||
|
module.exports = { |
||||
|
description: 'allows default exports to be enclosed in parentheses' |
||||
|
}; |
@ -0,0 +1 @@ |
|||||
|
export default ( 42 ); |
Loading…
Reference in new issue