We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf1573 commit 5941c58Copy full SHA for 5941c58
.babelrc
@@ -6,6 +6,7 @@
6
"transform-es2015-block-scoping",
7
"transform-es2015-computed-properties",
8
"transform-object-rest-spread",
9
- "transform-es2015-shorthand-properties"
+ "transform-es2015-shorthand-properties",
10
+ "transform-es2015-template-literals"
11
]
12
}
package.json
@@ -41,6 +41,7 @@
41
"babel-plugin-transform-es2015-modules-commonjs": "6.7.4",
42
"babel-plugin-transform-es2015-parameters": "6.7.0",
43
"babel-plugin-transform-es2015-shorthand-properties": "6.5.0",
44
+ "babel-plugin-transform-es2015-template-literals": "6.6.5",
45
"babel-plugin-transform-object-rest-spread": "6.6.5",
46
"eslint": "2.8.0",
47
"eslint-config-airbnb": "7.0.0",
0 commit comments