minor js fixes, update build system, minimize dependencies

This commit is contained in:
Robin Appelman 2017-04-14 15:17:36 +02:00
commit ef059b1af3
7 changed files with 68 additions and 43 deletions

View file

@ -1,3 +1,9 @@
{
"stage": 0
"presets": [
"es2015"
],
"plugins": [
"transform-class-properties",
"async-to-promises"
]
}