From 4119023482675d3cb796e3347d243c3ca7f359a1 Mon Sep 17 00:00:00 2001 From: Brian Ng Date: Wed, 31 May 2017 15:02:26 -0500 Subject: [PATCH] Use correct version of babel-preset-es2015 The 7.x-alpha preset won't work with 6.x core. An alternative would be to bump babel-cli to 7.x-alpha (if you'd like to help us test :D) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fb8c8246..dffc58f83 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "babel-cli": "^6.24.1", "babel-eslint": "^7.2.3", "babel-plugin-transform-es2015-modules-strip": "^0.1.1", - "babel-preset-es2015": "^7.0.0-alpha.7", + "babel-preset-es2015": "^6.24.1", "clean-css-cli": "^4.1.3", "eslint": "^3.19.0", "htmlhint": "^0.9.13",