config/index.js
@@ -2,6 +2,7 @@ // Template version: 1.3.1 // see http://vuejs-templates.github.io/webpack for documentation. const path = require("path"); module.exports = { @@ -59,7 +60,8 @@ */ // https://webpack.js.org/configuration/devtool/#development devtool: "cheap-module-eval-source-map", // devtool: "cheap-module-eval-source-map",source-map devtool: "source-map", // If you have problems debugging vue-files in devtools, // set this to false - it *may* help