Enable Webpack live reload by default
What does this Merge Request do and why?
Previously live reload was disabled whenever HTTPS was in use since this used Websockets over HTTP, which caused browsers to block access due to mixed content. Now that HTTPS is now fully supported, we can make HTTP and HTTPS behave similarly by enabling this by default.
Merge Request checklist
-
This change is backward compatible. If not, please include steps to communicate to our users. -
Tests added for new functionality. If not, please raise Issue to follow-up. -
Documentation added/updated, if needed. -
gdk doctortest added, if needed. -
Add the ~highlightlabel if this MR should be included in theCHANGELOG.md.
Edited by Stan Hu