when I use the "yarn build" command to build vue.js project, I get "Unexpected console statement" error.
For development I am using my own server. yarn run starts its own server. So I have to build the project using yarn and deploy the build to my server. But I cannot have console.log() statements.