From d76b850eac6d27c6dfcfca2072beb9006c4f8c31 Mon Sep 17 00:00:00 2001 From: Vince Picone Date: Thu, 30 Aug 2018 16:33:08 -0500 Subject: [PATCH] Update .babelrc (#5063) Some really nasty Internal Server errors come as a result of not having the correct module name here. --- examples/with-styled-components/.babelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-styled-components/.babelrc b/examples/with-styled-components/.babelrc index e5f6676f..d1cdb4a8 100644 --- a/examples/with-styled-components/.babelrc +++ b/examples/with-styled-components/.babelrc @@ -4,7 +4,7 @@ ], "plugins": [ [ - "styled-components", + "babel-plugin-styled-components", { "ssr": true, "displayName": true,