@@ -1,2 +1,3 @@
VUE_APP_Target=http://192.168.100.254:10002/
-VUE_APP_BASE_API=/api/
+VUE_APP_BASE_API=/api/
+devtool=cheap-module-eval-source-map
VUE_APP_Target=/
-VUE_APP_BASE_API=http://192.168.100.254:10002/
+VUE_APP_BASE_API=http://192.168.100.254:10002/
+devtool=cheap-module-source-map
@@ -1,7 +1,7 @@
module.exports = {
publicPath: process.env.VUE_APP_publicPath,
configureWebpack: {
- devtool: "source-map",
+ devtool: process.env.devtool,
externals: {
BMap: "BMap"
}