From f51aa1e7578d02e7f278884403e772a4d58851ae Mon Sep 17 00:00:00 2001 From: Andrew Dunai Date: Sat, 4 Jun 2016 02:03:19 +0300 Subject: [PATCH] Had to do this in order to make it work: https://github.com/babel/babel-loader/issues/149#issuecomment-159909713 --- etc/package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/package.json b/etc/package.json index 7a8aa59..68f7b40 100644 --- a/etc/package.json +++ b/etc/package.json @@ -25,5 +25,11 @@ "jade-loader": "^0.8.0", "node-sass": "^3.4.2", "webpack": "^1.12.15" + }, + "babel": { + "presets": [ + "es2015", + "react" + ] } }