Hi,
I'm not able to view the HTML theme UI under localhost. Only seeing folders.
Let me know how can I fix this issue?
Thanks
Hi,
Could you please try to open http://localhost:8080/dist/
Thanks
By default I want to open "dist" folder when I run compilation.
Hi,
This is a workaround. We will include the fix in the following update.
In the tools/webpack.config.js file, please change the devServer part. From contentBase: demoPath
to contentBase: distPath
devServer: {
contentBase: distPath,
compress: true,
port: 8080,
},