Added first templates of react tests
This commit is contained in:
8
static/main/js/control_page/.babelrc
Normal file
8
static/main/js/control_page/.babelrc
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"presets": ["@babel/preset-env", "@babel/preset-react"],
|
||||
"plugins": [
|
||||
["@babel/plugin-transform-runtime", {
|
||||
"regenerator": true
|
||||
}]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user