Removed js modules files from static
This commit is contained in:
8
main/control_page_js_modules/.babelrc
Normal file
8
main/control_page_js_modules/.babelrc
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"presets": ["@babel/preset-env", "@babel/preset-react"],
|
||||
"plugins": [
|
||||
["@babel/plugin-transform-runtime", {
|
||||
"regenerator": true
|
||||
}], "@babel/plugin-syntax-jsx"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user