Skip to content

Commit 5941c58

Browse files
author
Sergio Daniel Xalambrí
committed
[update] transpile template literals to es5
1 parent ebf1573 commit 5941c58

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"transform-es2015-block-scoping",
77
"transform-es2015-computed-properties",
88
"transform-object-rest-spread",
9-
"transform-es2015-shorthand-properties"
9+
"transform-es2015-shorthand-properties",
10+
"transform-es2015-template-literals"
1011
]
1112
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"babel-plugin-transform-es2015-modules-commonjs": "6.7.4",
4242
"babel-plugin-transform-es2015-parameters": "6.7.0",
4343
"babel-plugin-transform-es2015-shorthand-properties": "6.5.0",
44+
"babel-plugin-transform-es2015-template-literals": "6.6.5",
4445
"babel-plugin-transform-object-rest-spread": "6.6.5",
4546
"eslint": "2.8.0",
4647
"eslint-config-airbnb": "7.0.0",

0 commit comments

Comments
 (0)