From 07fe7351038f67fd55d315b436cbfa55efecc6a9 Mon Sep 17 00:00:00 2001 From: Michael Dougall Date: Sat, 6 Mar 2021 12:19:18 +1100 Subject: [PATCH] fix: use jsx plugin --- examples/with-compiled-css/.babelrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/with-compiled-css/.babelrc b/examples/with-compiled-css/.babelrc index 1ff94f7ed28e1..0acfe0a2a9a72 100644 --- a/examples/with-compiled-css/.babelrc +++ b/examples/with-compiled-css/.babelrc @@ -1,3 +1,4 @@ { - "presets": ["next/babel"] + "presets": ["next/babel"], + "plugins": ["@babel/plugin-syntax-jsx"] }