0👍
✅
The solution was to create the file vue.config.js in the root folder and add the following:
module.exports = {
productionSourceMap: process.env.NODE_ENV !== 'production'
}
Source:stackexchange.com