In webpack add a custom plugin to change the output of the template file.

For example say there is a scenario where you would like to change the title text in the template file. Our template file is a simple Html file with a title tag. For this you can create a custom plugin, in the plugin logic fetch the html content of the template file and use simpleContinue reading “In webpack add a custom plugin to change the output of the template file.”