标签: webpack webpack-dev-server
我有此代码
getHTMLContent({ url: 'https://url.com/static.html' }).then(html => { // html is content of static.html (string format) // serve html in webpack dev server })
我要在浏览器中预览html。如何在webpack开发服务器中提供html?
html