2016-01-18 14:38:43 +00:00
|
|
|
{
|
2016-07-05 21:47:01 +00:00
|
|
|
"presets": [
|
|
|
|
"stage-1"
|
|
|
|
],
|
|
|
|
"plugins": [
|
|
|
|
"transform-object-rest-spread",
|
|
|
|
"transform-class-properties",
|
|
|
|
"add-module-exports",
|
|
|
|
"closure-elimination",
|
|
|
|
"transform-decorators-legacy",
|
|
|
|
"transform-es2015-modules-commonjs"
|
|
|
|
],
|
|
|
|
"sourceMaps": true
|
2016-01-18 14:38:43 +00:00
|
|
|
}
|