problem description
after devServer customizes the configuration of the agent, the agent succeeds, but the module cannot be hot updated.
the environmental background of the problems and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)
devServer: {
hot: true,
host: "192.168.1.105",
port: 8080,
proxy: {
"/service": {
target: serverURI,
// ws: false,
changeOrigin: true,
secure: false,
},
}
}