Skip to content

Commit b210aa0

Browse files
author
Dan Mosedale
committed
Remove unused babel stuff
1 parent c765cb9 commit b210aa0

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.babelrc

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,7 @@
55
"plugins": [
66
"transform-es2015-destructuring",
77
"transform-es2015-parameters",
8-
"transform-strict-mode",
9-
["module-resolver", {
10-
"root": ["."],
11-
"alias": {
12-
"common": "./common",
13-
"components": "./content-src/components",
14-
"lib": "./content-src/lib",
15-
"reducers": "./content-src/reducers"
16-
}
17-
}]
8+
"transform-strict-mode"
189
]
1910
}
2011
]

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,12 @@
2929
"devDependencies": {
3030
"@kadira/storybook": "2.2.3",
3131
"babel": "6.5.2",
32-
"babel-cli": "6.14.0",
3332
"babel-core": "6.14.0",
3433
"babel-loader": "6.2.5",
35-
"babel-plugin-module-resolver": "2.1.1",
3634
"babel-plugin-transform-es2015-destructuring": "6.9.0",
3735
"babel-plugin-transform-es2015-parameters": "6.11.4",
3836
"babel-plugin-transform-strict-mode": "6.11.3",
3937
"babel-preset-react": "6.11.1",
40-
"babel-register": "6.11.6",
4138
"chai": "3.5.0",
4239
"conventional-changelog-cli": "1.2.0",
4340
"cpx": "1.5.0",

0 commit comments

Comments
 (0)