From de58143dcadee448dc780b1b2f7b4bb66df6e35d Mon Sep 17 00:00:00 2001 From: Lennart Goedhart Date: Sat, 10 Feb 2018 13:25:02 +1100 Subject: [PATCH] Change `.babelrc` to not transpile things that node 7.9.0 supports natively (again - accidentally nuked in the merge) --- .babelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index 173ec4515d..12321ba370 100644 --- a/.babelrc +++ b/.babelrc @@ -9,7 +9,7 @@ "env": { "production": { "presets": ["react-optimize"], - "plugins": ["babel-plugin-dev-expression"] + "plugins": ["babel-plugin-dev-expression", "transform-class-properties", "transform-es2015-classes"] }, "development": { "plugins": [