aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 0c2ba19fa..edcdb4f15 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -36,7 +36,8 @@ module.exports = function( grunt ) {
babel: {
options: {
sourceMap: "inline",
- retainLines: true
+ retainLines: true,
+ plugins: [ "transform-es2015-for-of" ]
},
nodeSmokeTests: {
files: {