2015-06-03 17:34:42 +02:00
|
|
|
{
|
|
|
|
|
"comments": false,
|
|
|
|
|
"compact": true,
|
|
|
|
|
"optional": [
|
2015-06-09 15:54:09 +02:00
|
|
|
// Experimental features.
|
|
|
|
|
// "minification.constantFolding",
|
2015-06-05 15:44:35 +02:00
|
|
|
// "minification.deadCodeElimination",
|
|
|
|
|
|
2015-06-03 17:34:42 +02:00
|
|
|
"es7.asyncFunctions",
|
|
|
|
|
"es7.decorators",
|
2015-06-22 10:41:03 +02:00
|
|
|
"es7.exportExtensions",
|
2015-06-03 17:34:42 +02:00
|
|
|
"es7.functionBind",
|
|
|
|
|
"runtime"
|
|
|
|
|
]
|
|
|
|
|
}
|