У меня есть этот код
getHTMLContent({
url: 'https://url.com/static.html'
}).then(html => {
// html is content of static.html (string format)
// serve html in webpack dev server
})
Я хочу предварительный просмотр html
в браузере.Как я могу обслуживать сервер html
в webpack dev?