Files
RoboCommander/node_modules/react-input-autosize/.babelrc

16 lines
208 B
Plaintext
Raw Normal View History

2026-04-05 16:14:49 -04:00
{
"presets": [
["es2015"],
"stage-2",
"react",
],
"env": {
"production": {
"ignore": ["node-modules/**", "src/__tests__/**"],
},
"test": {
"ignore": ["node-modules/**"],
}
}
}