File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ const { addReactRefresh } = require('customize-cra-react-refresh')
3
3
4
4
module . exports = override (
5
5
addBabelPreset ( '@emotion/babel-preset-css-prop' ) ,
6
- addReactRefresh ( { disableRefreshCheck : true } )
6
+ addReactRefresh ( )
7
7
)
Original file line number Diff line number Diff line change 27
27
"devDependencies" : {
28
28
"@emotion/babel-preset-css-prop" : " 10.0.27" ,
29
29
"@testing-library/react" : " ^14.0.0" ,
30
- "customize-cra" : " ^0.9.1 " ,
30
+ "customize-cra" : " ^1.0.0 " ,
31
31
"customize-cra-react-refresh" : " ^1.1.0" ,
32
32
"eslint" : " ^8.35.0" ,
33
33
"eslint-plugin-prettier" : " ^4.2.1" ,
Original file line number Diff line number Diff line change @@ -4164,10 +4164,10 @@ customize-cra-react-refresh@^1.1.0:
4164
4164
"@pmmmwh/react-refresh-webpack-plugin" "^0.3.2"
4165
4165
react-refresh "^0.8.1"
4166
4166
4167
- customize-cra@^0.9.1 :
4168
- version "0.9.1 "
4169
- resolved "https://registry.yarnpkg.com/customize-cra/-/customize-cra-0.9.1. tgz#76b42c4f537c16329eccc09cfefd804d04c81550 "
4170
- integrity sha512-LISruJ6ak6u+HVQ2vPI+HE4inpPugB73KB9YIpE2J1TW5L1Vrjzm3l2Yupyy+1alJGwAd5GAb5Hfc9qmSUuHow ==
4167
+ customize-cra@^1.0.0 :
4168
+ version "1.0.0 "
4169
+ resolved "https://registry.yarnpkg.com/customize-cra/-/customize-cra-1.0.0. tgz#73286563631aa08127ad4d30a2e3c89cf4e93c8d "
4170
+ integrity sha512-DbtaLuy59224U+xCiukkxSq8clq++MOtJ1Et7LED1fLszWe88EoblEYFBJ895sB1mC6B4uu3xPT/IjClELhMbA ==
4171
4171
dependencies:
4172
4172
lodash.flow "^3.5.0"
4173
4173
You can’t perform that action at this time.
0 commit comments