mirror of https://github.com/lukechilds/rollup.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
306 B
18 lines
306 B
{
|
|
"whitelist": [
|
|
"es6.arrowFunctions",
|
|
"es6.blockScoping",
|
|
"es6.classes",
|
|
"es6.constants",
|
|
"es6.destructuring",
|
|
"es6.parameters.default",
|
|
"es6.parameters.rest",
|
|
"es6.properties.shorthand",
|
|
"es6.spread",
|
|
"es6.templateLiterals"
|
|
],
|
|
"loose": [
|
|
"es6.classes",
|
|
"es6.destructuring"
|
|
]
|
|
}
|