DEV Community

Discussion on: Fast Refresh with Expo Web! 🏃🏻‍♂️🔄

Collapse
 
younes0 profile image
Younes Bieche • Edited

remove disableRefreshCheck (deprecated option)

if (env.mode === 'development') {
  config.plugins.push(new ReactRefreshWebpackPlugin())
}
Enter fullscreen mode Exit fullscreen mode