mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/RoboCommander.git
synced 2026-06-15 15:46:05 +00:00
16 lines
208 B
Plaintext
16 lines
208 B
Plaintext
{
|
|
"presets": [
|
|
["es2015"],
|
|
"stage-2",
|
|
"react",
|
|
],
|
|
"env": {
|
|
"production": {
|
|
"ignore": ["node-modules/**", "src/__tests__/**"],
|
|
},
|
|
"test": {
|
|
"ignore": ["node-modules/**"],
|
|
}
|
|
}
|
|
}
|