Skip to content

Commit

Permalink
fix: use jsx plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdouges committed Mar 6, 2021
1 parent 1e6dd96 commit 07fe735
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/with-compiled-css/.babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": ["next/babel"]
"presets": ["next/babel"],
"plugins": ["@babel/plugin-syntax-jsx"]
}

0 comments on commit 07fe735

Please sign in to comment.