We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af03620 commit 1e5e47aCopy full SHA for 1e5e47a
.babelrc
@@ -6,6 +6,7 @@
6
"env": {
7
"production": {
8
"plugins": [
9
+ "babel-plugin-styled-components",
10
"transform-react-remove-prop-types",
11
"@babel/plugin-transform-react-constant-elements",
12
"@babel/plugin-transform-react-inline-elements",
@@ -48,6 +49,7 @@
48
49
},
50
"development": {
51
52
53
"react-hot-loader/babel"
54
]
55
}
@@ -83,7 +85,6 @@
83
85
],
84
86
"@babel/plugin-proposal-nullish-coalescing-operator",
87
"@babel/plugin-proposal-do-expressions",
- "@babel/plugin-proposal-function-bind",
- "babel-plugin-styled-components"
88
+ "@babel/plugin-proposal-function-bind"
89
90
0 commit comments