mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
16 lines
202 B
Plaintext
16 lines
202 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
["env"],
|
||
|
"stage-2",
|
||
|
"react"
|
||
|
],
|
||
|
"env": {
|
||
|
"production": {
|
||
|
"ignore": ["node-modules/**", "src/__tests__/**"]
|
||
|
},
|
||
|
"test": {
|
||
|
"ignore": ["node-modules/**"]
|
||
|
}
|
||
|
}
|
||
|
}
|