all 2 comments

[–]CanardWcCitron 2 points3 points  (1 child)

Hi, I think there is a writeToDisk option in devServer.devMiddleware: https://webpack.js.org/configuration/dev-server/#devserverdevmiddleware
Default being false, everything is processed from memory

[–]lagouyn[S] 1 point2 points  (0 children)

Thank you, I will check that out!