new HtmlWebpackPlugin({
//пути отличаются
template: path.resolve(__dirname, './src/index.html'),
filename: 'index.html',
}),
new Dotenv(),
new HtmlWebpackPlugin({
//пути отличаются
template: 'src/index.html',
filename: 'index.html',
inject: 'body'
})