You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't reproduce. Would you please provide a reproduction repo?
Also, check if there's a NODE_ENV=development in your environment variables, in that case, it's the same problem as #4247 and we'll fix it in the next patch.
Version
3.9.2
Environment info
Steps to reproduce
(in bash)
vue create test
cd test
echo "module.exports = { 'indexPath': 'test.html' }" > vue.config.js
npm run build
ls dist
What is expected?
dist/ folder contains "test.html"
What is actually happening?
dist/ folder contains "index.html"
The text was updated successfully, but these errors were encountered: