use  HtmlWebpackPlugin  
const HtmlWebpackPlugin = require("html-webpack-plugin");
module.exports = {
    plugins: [new HtmlWebpackPlugin()]
}; Terminal gets a warning 
  Entrypoint undefined = index.html  
// 
"webpack": "^4.12.0",
"html-webpack-plugin": "^3.2.0", regardless of whether there are  index.html  files 
 dist  folder.
						