How vue webpack does not use html as an entry, but js code is embedded in html as an entry

The

project needs to do a web sdk service, display some partial pages in the integrated html, and implement a piece of js code injection.
how should webpack be implemented? Currently, the entry is index.html,

.
Mar.10,2021

you may need webpackHtmlPlugin

Menu