Has anybody ever solved Webpack, Hot Module Reloading (via webpack-hot-middleware or something like that) together with ... PHP?
We serve an index.php as base file for most of our projects (due to frameworks and some other reasons), so we don`t need (want) a node js server running to serve our application index. Currently i have the Hot Server running in the background at port...
Apr 6, 2016DMK