The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
Although the webpack plugin itself is still “experimental” (according to the author himself).
furrysmile27
I want to Reliably update the page for each code change without doing a full reload
so that My workflow is more efficient
How to do this now?
mmczaplinski8
Currently there is no way to implement this in userland, unfortunately.
We are working on adding support for extending the webpack configuration (no ETA as of right now) so that users could add custom webpack plugins and be able to add features like this to their own setup.