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
I'm running the new webpack version for a few days now and it's working splendidly. Webpack has been a great improvement regarding speed and the upgrade process was rather painless. Thank you for all the hard work so far!
I'm not sure if this is possible with LiveReload (this is still used, right?), but when developing for the web I use BrowserSync extensively and the option to inject styles when writing CSS or SASS instead of reloading the entire page/app is rather nice, as it doesn't reset the state of the page.
Would something be possible with the current webpack implementation?
The text was updated successfully, but these errors were encountered:
Ah yes, from what I understand HMR would indeed cover my request scenario. I vaguely remember tinkering with some React starter projects supporting hot reloading.
I'm running the new webpack version for a few days now and it's working splendidly. Webpack has been a great improvement regarding speed and the upgrade process was rather painless. Thank you for all the hard work so far!
I'm not sure if this is possible with LiveReload (this is still used, right?), but when developing for the web I use BrowserSync extensively and the option to inject styles when writing CSS or SASS instead of reloading the entire page/app is rather nice, as it doesn't reset the state of the page.
Would something be possible with the current webpack implementation?
The text was updated successfully, but these errors were encountered: