GoScrobble/web/node_modules/react-input-autosize/.babelrc

16 lines
202 B
Plaintext
Raw Normal View History

2022-04-25 02:47:15 +00:00
{
"presets": [
["env"],
"stage-2",
"react"
],
"env": {
"production": {
"ignore": ["node-modules/**", "src/__tests__/**"]
},
"test": {
"ignore": ["node-modules/**"]
}
}
}