m_ott’s avatarm_ott’s Twitter Archive—№ 14,142

  1. TIL: webpack's Hot Module Replacement (HMR) “exchanges, adds, or removes modules while an application is running, without a full reload.” 🔥 #js #webpack #dev webpack.js.org/concepts/hot-module-replacement/
    OpenGraph image for webpack.js.org/concepts/hot-module-replacement/
    1. …in reply to @m_ott
      This guide explains the concept quite nicely, including code examples: webpack.js.org/guides/hot-module-replacement/ It is super useful if you don't want to wait for the JS to compile every time you make a change in development.
      OpenGraph image for webpack.js.org/guides/hot-module-replacement/