Initial client setup
This commit is contained in:
9
client/.babelrc
Normal file
9
client/.babelrc
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"presets": ["@babel/preset-env", "@babel/react"],
|
||||
"plugins": [
|
||||
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
||||
"@babel/plugin-proposal-export-namespace-from",
|
||||
"@babel/plugin-syntax-dynamic-import",
|
||||
["@babel/plugin-proposal-class-properties", { "loose": true }],
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user