Skip to content

Commit 02c7185

Browse files
maxquinnarturbien
authored andcommitted
chore(dependency update for styled-components): updating styled-components to v5
fix #183
1 parent d722e57 commit 02c7185

File tree

3 files changed

+281
-195
lines changed

3 files changed

+281
-195
lines changed

.babelrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
],
1616
"env": {
1717
"test": {
18-
"presets": ["@babel/preset-env"]
18+
"presets": ["@babel/preset-env"],
19+
"plugins": [
20+
["babel-plugin-styled-components", { "ssr": false, "displayName": false }]
21+
]
1922
}
2023
}
2124
}

0 commit comments

Comments
 (0)