From 81362b0e7a2e89f8dd246b9076a71a75adff85dd Mon Sep 17 00:00:00 2001 From: Julien Benchetrit Date: Wed, 10 Oct 2018 14:25:06 +0300 Subject: [PATCH] Restore styled-components Babel plugin --- babel.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/babel.config.js b/babel.config.js index 8cce4c3716..6e1c1904ef 100644 --- a/babel.config.js +++ b/babel.config.js @@ -9,6 +9,7 @@ module.exports = { '@babel/preset-react', ], plugins: [ + 'styled-components', '@babel/plugin-proposal-class-properties', '@babel/plugin-syntax-dynamic-import', ],