We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The HMR feature is not working properly as the check if the webpack server is running does not identify the server correctly.
Issue is
platform/src/Oro/Bundle/AssetBundle/Webpack/WebpackServer.php
Line 55 in af0ff24
where array_search is used to check if Express is set on the header value - which returns 0 and results to false in this implementation of the check.
array_search
Express