entry
The starting point to build the bundle.
infoThis plugin treats a template in the
entryas an entry point. All script and style references can be specified directly in the HTML template.
You can use the Webpack entry option to define HTML templates,
but it is highly recommended to define all templates in plugin option entry,
because it has an additional data property (not available in the Webpack entry)
to pass custom variables into the HTML template.
For details see the plugin option entry.