From 01dfb9edd466fc754199cce19f96f39e48f70e16 Mon Sep 17 00:00:00 2001 From: Mike Murray Date: Mon, 15 Jul 2019 11:48:36 -0700 Subject: [PATCH] chore: remove babel styled components plugin Signed-off-by: Mike Murray --- babel.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/babel.config.js b/babel.config.js index 68b64a21..77c0a8bb 100644 --- a/babel.config.js +++ b/babel.config.js @@ -22,7 +22,6 @@ module.exports = function (api) { "@babel/preset-react" ], plugins: [ - "babel-plugin-styled-components", ["@babel/plugin-proposal-decorators", { legacy: true }], ["@babel/plugin-proposal-class-properties", { loose: true }], "@babel/plugin-syntax-dynamic-import" @@ -61,7 +60,6 @@ module.exports = function (api) { ]; const plugins = [ - "babel-plugin-styled-components", ["@babel/plugin-proposal-decorators", { legacy: true }], ["@babel/plugin-proposal-class-properties", { loose: true }], "@babel/plugin-syntax-dynamic-import",