From d0db19982f4321138f20c21fae19ff3b0c219909 Mon Sep 17 00:00:00 2001 From: Joaquim Pedro Antunes Date: Sun, 8 Jul 2018 10:27:54 +0200 Subject: [PATCH] Issue #31 https://github.com/raineorshine/solgraph/issues/31 --- .babelrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.babelrc b/.babelrc index 3afd2bb..54065e8 100644 --- a/.babelrc +++ b/.babelrc @@ -1,5 +1,5 @@ { "presets": ["@babel/preset-es2015", - ["@babel/preset-stage-1", { "decoratorsLegacy": true }] + ["@babel/preset-stage-1", { "decoratorsLegacy": true, "pipelineProposal": "minimal" }] ] -} +}