Invalid options in vue.config.js: "compiler" is not allowed
vue-cli3.0创建的项目,已经干掉了原有的webpack配置,取而代之的是,vue.config.js相信很多人尝试配置的时候都遇到了这个bug。经过一顿深挖githubissue以后终于摘到了答案likethismodule.exports={baseUrl:'/',outputDir:'dist',lintOnSave:true,runtimeCompiler:true,//关键点在这/