We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68e312 commit 70e27dbCopy full SHA for 70e27db
2 files changed
.babelrc
@@ -1,6 +1,7 @@
1
{
2
plugins: [
3
'transform-es2015-modules-commonjs',
4
- 'transform-flow-strip-types'
+ 'transform-flow-strip-types',
5
+ 'transform-es2015-arrow-functions'
6
]
7
}
package.json
@@ -35,6 +35,7 @@
35
"@lttb/eslint-config-default": "github:lttb/configs#js",
36
"babel-cli": "^6.23.0",
37
"babel-core": "^6.23.1",
38
+ "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
39
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
40
"babel-plugin-transform-flow-strip-types": "^6.22.0",
41
"eslint": "^3.13.0",
0 commit comments