Skip to content

Commit 6e5f5d2

Browse files
committed
Create .babelrc
1 parent f29e430 commit 6e5f5d2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.babelrc

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"presets": ["next/babel"],
3+
"plugins": [
4+
[
5+
"styled-components",
6+
{
7+
"ssr": true
8+
}
9+
]
10+
]
11+
}

0 commit comments

Comments
 (0)