mirror of https://github.com/lukechilds/rollup.git
Rich-Harris
9 years ago
4 changed files with 12 additions and 28 deletions
@ -1,20 +1,3 @@ |
|||||
{ |
{ |
||||
"whitelist": [ |
"presets": [ "es2015-rollup" ] |
||||
"es6.arrowFunctions", |
|
||||
"es6.blockScoping", |
|
||||
"es6.classes", |
|
||||
"es6.constants", |
|
||||
"es6.destructuring", |
|
||||
"es6.modules", |
|
||||
"es6.parameters", |
|
||||
"es6.properties.shorthand", |
|
||||
"es6.spread", |
|
||||
"es6.templateLiterals" |
|
||||
], |
|
||||
"loose": [ |
|
||||
"es6.classes", |
|
||||
"es6.destructuring" |
|
||||
], |
|
||||
"compact": false, |
|
||||
"sourceMap": true |
|
||||
} |
} |
||||
|
Loading…
Reference in new issue