Move .babelrc to babel.config.json
This commit is contained in:
parent
3152c8f14e
commit
c7aa431e4a
4 changed files with 3 additions and 3 deletions
11
babel.config.json
Normal file
11
babel.config.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"presets": ["@babel/preset-env"],
|
||||
"plugins": [
|
||||
"@babel/plugin-transform-runtime",
|
||||
"@babel/plugin-syntax-dynamic-import",
|
||||
"@babel/plugin-transform-react-jsx",
|
||||
"@babel/plugin-syntax-function-bind",
|
||||
"@babel/plugin-proposal-function-bind",
|
||||
"@babel/plugin-proposal-class-properties"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue