From 47587812b809fee2a95c76266d9d0e42fc4ac1ca Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 15 Jun 2021 14:14:28 +0800 Subject: ... --- FrontEnd/.babelrc | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 FrontEnd/.babelrc (limited to 'FrontEnd/.babelrc') 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 -- cgit v1.2.3