Where is the file directory of the webpack development server?

I started a development server with webpack-dev-middleware. I want to know where the server stores pages and js Deng resources, and how to find them

Jul.04,2022

if you start in dev mode, it is a directory built in memory. Build will appear in the local directory, depending on your webpack configuration

.
Menu