mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Web GUI from Klas Eskilson (three new modules: webgui, webbrowser and cefwebgui) Parallel connection refactorization Wormhole server added to the main repository Transfer function editor work from Cristoffer Särevall Update ghoul
12 lines
170 B
Plaintext
12 lines
170 B
Plaintext
{
|
|
"presets": [
|
|
["es2015", {"modules": false}],
|
|
"react",
|
|
"flow"
|
|
],
|
|
"plugins": [
|
|
"react-hot-loader/babel",
|
|
["transform-object-rest-spread"]
|
|
]
|
|
}
|