Initial commit
This commit is contained in:
15
node_modules/react-input-autosize/.babelrc
generated
vendored
Normal file
15
node_modules/react-input-autosize/.babelrc
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"presets": [
|
||||
["es2015"],
|
||||
"stage-2",
|
||||
"react",
|
||||
],
|
||||
"env": {
|
||||
"production": {
|
||||
"ignore": ["node-modules/**", "src/__tests__/**"],
|
||||
},
|
||||
"test": {
|
||||
"ignore": ["node-modules/**"],
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user