From 5941c588582694e8223a4b30c4b1a223c04b7be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Daniel=20Xalambr=C3=AD?= <daniel@platzi.com> Date: Wed, 20 Apr 2016 00:33:00 -0500 Subject: [PATCH] [update] transpile template literals to es5 --- .babelrc | 3 ++- package.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index d56c25d..c679eca 100644 --- a/.babelrc +++ b/.babelrc @@ -6,6 +6,7 @@ "transform-es2015-block-scoping", "transform-es2015-computed-properties", "transform-object-rest-spread", - "transform-es2015-shorthand-properties" + "transform-es2015-shorthand-properties", + "transform-es2015-template-literals" ] } diff --git a/package.json b/package.json index b931619..3b3b331 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "babel-plugin-transform-es2015-modules-commonjs": "6.7.4", "babel-plugin-transform-es2015-parameters": "6.7.0", "babel-plugin-transform-es2015-shorthand-properties": "6.5.0", + "babel-plugin-transform-es2015-template-literals": "6.6.5", "babel-plugin-transform-object-rest-spread": "6.6.5", "eslint": "2.8.0", "eslint-config-airbnb": "7.0.0",