| | |
| | | // Template version: 1.3.1 |
| | | // see http://vuejs-templates.github.io/webpack for documentation. |
| | | |
| | | |
| | | const path = require("path"); |
| | | |
| | | module.exports = { |
| | |
| | | } |
| | | } |
| | | }, |
| | | |
| | | // Various Dev Server settings |
| | | host: "192.168.0.102", // can be overwritten by process.env.HOST |
| | | host: "0.0.0.0", // can be overwritten by process.env.HOST |
| | | port: 80, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined |
| | | autoOpenBrowser: true, |
| | | errorOverlay: true, |
| | |
| | | */ |
| | | |
| | | // 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 |