When using actions on controllers, the HMR does not work and fails to find __webpack_hmr. For example, the JS console displays "http://localhost:5001/Controller/dist/__webpack_hmr 404 (Not Found)".
The problem can be easily resolved by adding a to the section.
(First of all, ofc, thanks for this awesome tutorial, learned a lot!)
When using actions on controllers, the HMR does not work and fails to find __webpack_hmr. For example, the JS console displays "http://localhost:5001/Controller/dist/__webpack_hmr 404 (Not Found)".
The problem can be easily resolved by adding a to the section.
(First of all, ofc, thanks for this awesome tutorial, learned a lot!)