diff client/vue.config.js @ 1668:eb832d81b67a

debugging sourcemap
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 24 Dec 2018 12:57:36 +0100
parents 18ddb6935aa6
children 16fb9667ddf8
line wrap: on
line diff
--- a/client/vue.config.js	Sun Dec 23 20:38:52 2018 +0100
+++ b/client/vue.config.js	Mon Dec 24 12:57:36 2018 +0100
@@ -2,6 +2,9 @@
 
 module.exports = {
   outputDir: "../web",
+    configureWebpack: {
+    devtool: 'source-map'
+  },
   chainWebpack: config => {
     let vendorImgPath = process.env.VUE_APP_VENDOR_IMG_PATH;
     if (!vendorImgPath) return;