Skip to content

Commit

Permalink
build(babel): Add .babelrc for styled-components
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedap committed May 16, 2020
1 parent b7b94bf commit dc03ba4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": ["next/babel"],
"plugins": [["styled-components", { "ssr": true }]]
}

0 comments on commit dc03ba4

Please sign in to comment.