From 5ec6dc639dc463d36b27f31f815fe0d5fa2c7b3b Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Thu, 27 Sep 2018 10:45:03 -0500 Subject: [PATCH] simplify .babelrc --- .babelrc | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.babelrc b/.babelrc index a8bf2d9..db84814 100644 --- a/.babelrc +++ b/.babelrc @@ -1,16 +1,5 @@ { "plugins": [ - ["@babel/plugin-proposal-decorators", { "legacy": true }], - "@babel/plugin-proposal-function-sent", - "@babel/plugin-proposal-export-namespace-from", - "@babel/plugin-proposal-numeric-separator", - "@babel/plugin-proposal-throw-expressions", - ["@babel/plugin-proposal-class-properties", { "loose": false }] - ], - "presets": [ - ], - "ignore": [ - "config/", - "node_modules" + "@babel/plugin-proposal-class-properties" ] }