diff client/vue.config.js @ 21:d16f799e0469

Configure Webpack to put its output to web-folder Since the frontendcode sits under /client, the output of the webpack build should go under a toplevel folder. Currently this is "web"
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 21 Jun 2018 12:39:46 +0200
parents 88d0d60924cf
children c1ef0be0ae3d
line wrap: on
line diff
--- a/client/vue.config.js	Thu Jun 21 12:18:48 2018 +0200
+++ b/client/vue.config.js	Thu Jun 21 12:39:46 2018 +0200
@@ -1,4 +1,5 @@
 module.exports = {
+  outputDir: "../web",
   devServer: {
     proxy: {
       "/api/*": {