committed by
GitHub
5 changed files with 51 additions and 32 deletions
@ -1,4 +1,15 @@ |
|||||
{ |
{ |
||||
"presets": ["flow", "stage-0"], |
"presets": [ |
||||
|
"flow", |
||||
|
"stage-0", |
||||
|
[ |
||||
|
"env", |
||||
|
{ |
||||
|
"targets": { |
||||
|
"node": "8" |
||||
|
} |
||||
|
} |
||||
|
] |
||||
|
], |
||||
"plugins": [["module-resolver", { "root": ["src"] }]] |
"plugins": [["module-resolver", { "root": ["src"] }]] |
||||
} |
} |
||||
|
Loading…
Reference in new issue