After Compilation I'm Only Seeing Listing Directory Under Localhost
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
Replies (3)
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,
}, Run the command "npm run localhost". Then go to
Thanks