How to make the index.html page template, for example, I hope to build a package, create a meta field, for example, like this below.
<meta name="releaseDate" content="2017-12-06 19:21">
For example, I played this excellent demo-angular-starter, it supports because he himself is by this plugin-html-webpack-plugin , so that we can use html expressions in the page, according to the definition of variables to make judgments, Output different html. In fact, the above is a very normal demand.
demo-angular-starter
How to make the index.html page template, for example, I hope to build a package, create a meta field, for example, like this below.
<meta name="releaseDate" content="2017-12-06 19:21">For example, I played this excellent demo-angular-starter, it supports because he himself is by this plugin-html-webpack-plugin , so that we can use html expressions in the page, according to the definition of variables to make judgments, Output different html. In fact, the above is a very normal demand.
demo-angular-starter