Skip to content

Commit f5973cf

Browse files
committed
Removing unneeded plugins
1 parent 3c082ea commit f5973cf

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

.babelrc

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
{
22
"presets": ["es2015", "stage-0", "react"],
33
"plugins": [
4-
"transform-react-jsx",
5-
"transform-class-properties",
6-
"transform-class-constructor-call",
7-
"transform-decorators-legacy",
8-
"transform-export-extensions",
9-
"transform-class-constructor-call",
10-
"transform-es2015-spread",
11-
"transform-es2015-arrow-functions",
12-
"transform-es2015-modules-commonjs",
13-
"transform-es2015-parameters",
14-
"transform-es2015-block-scoping",
15-
"transform-es2015-classes",
16-
"transform-es2015-destructuring",
17-
"transform-es2015-literals",
18-
"transform-es2015-shorthand-properties",
19-
"transform-es2015-template-literals"
4+
"transform-decorators-legacy"
205
]
216
}

package.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -42,31 +42,10 @@
4242
"babel-core": "^6.1.20",
4343
"babel-eslint": "^5.0.0-beta4",
4444
"babel-loader": "^6.2.0",
45-
"babel-plugin-check-es2015-constants": "^6.3.13",
46-
"babel-plugin-syntax-class-constructor-call": "^6.3.13",
47-
"babel-plugin-syntax-class-properties": "^6.3.13",
48-
"babel-plugin-syntax-export-extensions": "^6.3.13",
49-
"babel-plugin-syntax-jsx": "^6.0.14",
50-
"babel-plugin-transform-class-constructor-call": "^6.3.13",
51-
"babel-plugin-transform-class-properties": "^6.3.13",
5245
"babel-plugin-transform-decorators-legacy": "^1.2.0",
53-
"babel-plugin-transform-es2015-arrow-functions": "^6.0.14",
54-
"babel-plugin-transform-es2015-block-scoping": "^6.3.13",
55-
"babel-plugin-transform-es2015-classes": "^6.3.15",
56-
"babel-plugin-transform-es2015-destructuring": "^6.3.15",
57-
"babel-plugin-transform-es2015-literals": "^6.3.13",
58-
"babel-plugin-transform-es2015-modules-commonjs": "^6.3.13",
59-
"babel-plugin-transform-es2015-parameters": "^6.3.13",
60-
"babel-plugin-transform-es2015-shorthand-properties": "^6.3.13",
61-
"babel-plugin-transform-es2015-spread": "^6.0.14",
62-
"babel-plugin-transform-es2015-template-literals": "^6.3.13",
63-
"babel-plugin-transform-export-extensions": "^6.3.13",
64-
"babel-plugin-transform-react-jsx": "^6.0.18",
65-
"babel-polyfill": "^6.3.14",
6646
"babel-preset-es2015": "^6.3.13",
6747
"babel-preset-react": "^6.3.13",
6848
"babel-preset-stage-0": "^6.3.13",
69-
"babel-register": "^6.3.13",
7049
"eslint": "^1.7.1",
7150
"eslint-config-rackt": "1.1.0",
7251
"eslint-plugin-react": "^3.6.3",

0 commit comments

Comments
 (0)