mirror of
https://codeberg.org/spire/webrcon.git
synced 2026-06-03 17:24:07 +02:00
minor js fixes, update build system, minimize dependencies
This commit is contained in:
parent
7ebfdddf2c
commit
ef059b1af3
7 changed files with 68 additions and 43 deletions
8
.babelrc
8
.babelrc
|
|
@ -1,3 +1,9 @@
|
|||
{
|
||||
"stage": 0
|
||||
"presets": [
|
||||
"es2015"
|
||||
],
|
||||
"plugins": [
|
||||
"transform-class-properties",
|
||||
"async-to-promises"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue