最近启动vue-cli3.0项目报了个错误,如下

原因是在vue.config.js 中使用了 process.env.target

而在.env中 target已被删除了