I\'m trying to do something in a project that I\'m not sure if it is possible, I am in a wrong way or misunderstanding something. We are using webpack, and the idea is to se
plugins: [ ...templates.map(template => new HtmlWebpackPlugin(template)) ]
This code would help if you have a lot of templates :)