Are there any tools available that automatically inject or include NPM dependencies into the index.html file, similar to the GRUNT-BOWER plugin for BOWER dependencies?
The project in question is a VUE-CLI WEBPACK project. Can this functionality be achieved through WEBPACK, or would a dedicated build tool be necessary?