mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-31 15:09:32 +00:00
* header revamp - wip * fix webpack fonts * wip icons * fix compilation errors * implement icons loading without iconmoo * new svg implementation * wip * fix issues with svgs * fix issues with svgs * fix bits svg * fix displaying of pet in avatar * avatar class icon * no party header * update navigation * split code by route * round gems and gp * add string for faqs * fix icons in css
21 lines
No EOL
335 B
Text
21 lines
No EOL
335 B
Text
{
|
|
"env": {
|
|
"test": {
|
|
"presets": [
|
|
["es2015"],
|
|
],
|
|
plugins: [
|
|
["istanbul"],
|
|
],
|
|
},
|
|
},
|
|
"presets": [
|
|
["es2015", { modules: false }]
|
|
],
|
|
"plugins": [
|
|
"transform-object-rest-spread",
|
|
"syntax-async-functions",
|
|
"syntax-dynamic-import",
|
|
"transform-regenerator",
|
|
],
|
|
} |