Version
3.0.0-beta.6
Reproduction link
#1107
Steps to reproduce
vue create app
cd app
npm run build
What is expected?
exemples...
What is actually happening?
exemples
I am trying to test the new vue-cli@3. When running -npm run build- and pushing the dist folder in production I realise that almost all links, src and attr are missing double quotes.
Any idea what is going on and how to fix?
All the best
Eliott