Create .babelrc
This commit is contained in:
parent
aae1aae8ea
commit
a7eaa83920
1 changed files with 17 additions and 0 deletions
17
frontend/.babelrc
Normal file
17
frontend/.babelrc
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"env": {
|
||||
"test": {
|
||||
"presets": [
|
||||
"@babel/preset-env"
|
||||
],
|
||||
"plugins": [ ["istanbul", {
|
||||
"exclude": [
|
||||
"**/*_test.js"
|
||||
]
|
||||
}] ]
|
||||
}
|
||||
},
|
||||
"presets": [
|
||||
"@babel/preset-env"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue