From 2e87d62b7128ae4c34c50fbeae88cda071b55846 Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 12 Apr 2018 12:24:23 +0100 Subject: [PATCH] fix(buld): specify correct babel-env config, support node 8 --- .babelrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index 0874322..8943acc 100644 --- a/.babelrc +++ b/.babelrc @@ -3,7 +3,9 @@ [ "env", { - "node": 6 + "targets": { + "node": 8 + } } ] ],