diff options
Diffstat (limited to 'FrontEnd/.babelrc')
-rw-r--r-- | FrontEnd/.babelrc | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/FrontEnd/.babelrc b/FrontEnd/.babelrc deleted file mode 100644 index 092f2f73..00000000 --- a/FrontEnd/.babelrc +++ /dev/null @@ -1,27 +0,0 @@ -{
- "presets": [
- "@babel/env",
- "@babel/preset-react"
- ],
- "plugins": [
- "@babel/plugin-syntax-dynamic-import",
- "@babel/plugin-proposal-class-properties",
- "@babel/plugin-proposal-optional-chaining",
- "@babel/plugin-proposal-nullish-coalescing-operator",
- [
- "@babel/plugin-proposal-decorators",
- {
- "decoratorsBeforeExport": true
- }
- ],
- [
- "babel-plugin-transform-builtin-extend",
- {
- "globals": [
- "Error",
- "Array"
- ]
- }
- ]
- ]
-}
\ No newline at end of file |