html-webpack-plugin now has support for the base href tag, but it injects an additional <base href> tag when configured (so we end up with two). I removed it from index.html and added it to the webpack config.
It's needed for both webpack.common.js and webpack.prod.js, if just in webpack.common.js then no tag is injected in a prod build.
html-webpack-plugin
now has support for the base href tag, but it injects an additional<base href>
tag when configured (so we end up with two). I removed it fromindex.html
and added it to the webpack config.It's needed for both webpack.common.js and webpack.prod.js, if just in webpack.common.js then no tag is injected in a prod build.
Related to https://github.com/jhipster/jhipster-vuejs/commit/a08d8a64673905f9947ce2c76757f5065b3a3c79#r39287185
Please make sure the below checklist is followed for Pull Requests.
[ ] All continuous integration tests are green
[x] Tests are added where necessary
[ ] Documentation is added/updated where necessary
[x] Coding Rules & Commit Guidelines as per our CONTRIBUTING.md document are followed