mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 11:46:23 +00:00
* tasks hover state * hide column background if task too close * wip edit tasks * wip: replace tags * upgrade bootstrap-vue and fix creare btn for tasks * difficulty options colors and active label fixes * fix tags
10 lines
190 B
Text
10 lines
190 B
Text
{
|
|
"presets": ["es2015"],
|
|
"plugins": [
|
|
"transform-object-rest-spread",
|
|
["transform-async-to-module-method", {
|
|
"module": "bluebird",
|
|
"method": "coroutine"
|
|
}]
|
|
]
|
|
}
|