From cddce9d39411a3103a52e0dcfbecfbaf2f4a0291 Mon Sep 17 00:00:00 2001 From: moos Date: Tue, 31 Dec 2019 11:55:22 -0800 Subject: [PATCH] Remove duplicate babel plugins --- .babelrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.babelrc b/.babelrc index c3c66da..dd84906 100644 --- a/.babelrc +++ b/.babelrc @@ -8,9 +8,7 @@ "plugins": [ "@babel/plugin-proposal-class-properties", "babel-plugin-dynamic-import-node", - "@babel/plugin-syntax-dynamic-import", "@babel/plugin-syntax-import-meta", - "@babel/plugin-proposal-json-strings", [ "@babel/plugin-proposal-decorators", {