diff client/vue.config.js @ 1669:16fb9667ddf8

refac: use dynamic imports for components
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 24 Dec 2018 13:12:11 +0100
parents eb832d81b67a
children 89b38d7e7b6a
line wrap: on
line diff
--- a/client/vue.config.js	Mon Dec 24 12:57:36 2018 +0100
+++ b/client/vue.config.js	Mon Dec 24 13:12:11 2018 +0100
@@ -2,8 +2,8 @@
 
 module.exports = {
   outputDir: "../web",
-    configureWebpack: {
-    devtool: 'source-map'
+  configureWebpack: {
+    devtool: "source-map"
   },
   chainWebpack: config => {
     let vendorImgPath = process.env.VUE_APP_VENDOR_IMG_PATH;