修改vue.config.js:
module.exports = { publicPath: ‘/‘, }
注意不是"./"
使用vue-cli4 F5刷新 报错:Uncaught SyntaxError: Unexpected token <
原文:https://www.cnblogs.com/hankuikui/p/13202645.html