You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React refresh does full reload for the page. but if we change the entry above on this with one entry
code example №2 entry: path.resolve(__dirname, './src/index.tsx')
Everything works as we are expecting - we have a local hot update at changed component without a full page refresh
A simple example of this problem can see here https://github.com/vovakulikov/sandbox - if add an entry to webpack.config.js like at code example №1 we will see a problem with a full refresh
The text was updated successfully, but these errors were encountered:
In case when we have for instance entry like below
code example №1
React refresh does full reload for the page. but if we change the entry above on this with one entry
code example №2
entry: path.resolve(__dirname, './src/index.tsx')
Everything works as we are expecting - we have a local hot update at changed component without a full page refresh
A simple example of this problem can see here https://github.com/vovakulikov/sandbox - if add an entry to webpack.config.js like at code example №1 we will see a problem with a full refresh
The text was updated successfully, but these errors were encountered: