Demo of webpack#531
npm cinpm run start- Go to
http://localhost:8080/ - Edit
src/style.css - Exception should happen:
Uncaught TypeError: Cannot read property 'some' of null
at getReloadUrl (hotModuleReplacement.js:129)
at eval (hotModuleReplacement.js:145)
at NodeList.forEach (<anonymous>)
at reloadStyle (hotModuleReplacement.js:140)
at update (hotModuleReplacement.js:194)
at functionCall (hotModuleReplacement.js:24)
Why?
document.currentScriptis absent due to preload- Last script is not our script, because page has
<script>withoutsrcin the end of page getCurrentScriptUrlreturnsnull