Bootstrap

解决vue项目打包后浏览器F12查看到项目源代码的问题

打开config下index.js文件,找到 productionSourceMap: true ,改为 false 即可。

;