mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
19 lines
306 B
Text
19 lines
306 B
Text
{
|
|
"presets": [
|
|
[
|
|
"env",
|
|
{
|
|
"targets": {
|
|
"node": "8.10"
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"plugins": ["transform-runtime", "syntax-object-rest-spread"],
|
|
"only": ["scripts/**", "src/**", "test/helpers/**"],
|
|
"env": {
|
|
"test": {
|
|
"plugins": ["istanbul"]
|
|
}
|
|
}
|
|
}
|