From 5c61edb18189855b78324bb5ca999d8a6b2eab3f Mon Sep 17 00:00:00 2001 From: madura Date: Wed, 11 Sep 2019 20:55:19 +0530 Subject: [PATCH] cleanup --- .babelrc | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .babelrc diff --git a/.babelrc b/.babelrc deleted file mode 100644 index 69ec1df..0000000 --- a/.babelrc +++ /dev/null @@ -1,37 +0,0 @@ -{ - "presets": [ - [ - "C:\\Users\\Madura\\Projects\\ShoutOUT\\reactbootstrap-wizard\\node_modules\\babel-preset-env\\lib\\index.js", - { - "loose": true, - "modules": "commonjs" - } - ], - "C:\\Users\\Madura\\Projects\\ShoutOUT\\reactbootstrap-wizard\\node_modules\\babel-preset-react\\lib\\index.js", - "C:\\Users\\Madura\\Projects\\ShoutOUT\\reactbootstrap-wizard\\node_modules\\babel-preset-stage-1\\lib\\index.js" - ], - "plugins": [ - "C:\\Users\\Madura\\Projects\\ShoutOUT\\reactbootstrap-wizard\\node_modules\\babel-plugin-transform-decorators-legacy\\lib\\index.js", - [ - "C:\\Users\\Madura\\Projects\\ShoutOUT\\reactbootstrap-wizard\\node_modules\\babel-plugin-transform-react-remove-prop-types\\lib\\index.js", - { - "mode": "wrap" - } - ], - [ - "C:\\Users\\Madura\\Projects\\ShoutOUT\\reactbootstrap-wizard\\node_modules\\babel-plugin-transform-runtime\\lib\\index.js", - { - "helpers": false, - "polyfill": false, - "regenerator": true - } - ], - "C:\\Users\\Madura\\Projects\\ShoutOUT\\reactbootstrap-wizard\\node_modules\\babel-plugin-add-module-exports\\lib\\index.js" - ], - "ignore": [ - ".spec.js", - ".test.js", - "-test.js", - "/__tests__/" - ] -} \ No newline at end of file