Enhance service
This commit is contained in:
3
.babelrc
3
.babelrc
@@ -2,6 +2,7 @@
|
||||
"presets": ["@babel/preset-env", "@babel/preset-react"],
|
||||
"plugins": [
|
||||
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
||||
["@babel/plugin-proposal-class-properties", { "loose": true }]
|
||||
["@babel/plugin-proposal-class-properties", { "loose": true }],
|
||||
["@babel/plugin-proposal-optional-chaining"]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user