File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ module.exports = {
35
35
{
36
36
loader : 'babel-loader' ,
37
37
options : {
38
+ presets : babelConfig . presets ,
38
39
plugins : babelConfig . plugins ,
39
40
} ,
40
41
} ,
@@ -49,6 +50,7 @@ module.exports = {
49
50
loader : 'babel-loader' ,
50
51
options : {
51
52
plugins : [
53
+ '@emotion' ,
52
54
[
53
55
'istanbul' ,
54
56
{
@@ -77,7 +79,11 @@ module.exports = {
77
79
} ,
78
80
] ,
79
81
] ,
80
- presets : [ '@babel/preset-react' ] ,
82
+ presets : [
83
+ '@babel/preset-env' ,
84
+ '@babel/preset-react' ,
85
+ '@emotion/babel-preset-css-prop'
86
+ ] ,
81
87
ignore : [ '**/dist/*' ] ,
82
88
babelrc : false ,
83
89
} ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fs/react-scripts" ,
3
- "version" : " 8.10.0 " ,
3
+ "version" : " 8.10.1 " ,
4
4
"upstreamVersion" : " 5.0.1" ,
5
5
"description" : " Configuration and scripts for Create React App." ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments