Version
3.0.0-beta.6
Reproduction link
|
ensureSlash(resolved, 'baseUrl') |
Steps to reproduce
- Setup the vue.config.js with following content:
module.exports = {
baseUrl: 'https://cdn.example.com/assets/'
}
- Run
npm run build
- Check the generated file at
dist/index.html
What is expected?
<script type=text/javascript src=https://cdn.example.com/assets/js/app.8cd3ebbc.js></script>
What is actually happening?
<script type=text/javascript src=/https://cdn.example.com/assets/js/app.8cd3ebbc.js></script>