changeset 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 1ff53579665c
children d53de4169d11
files client/vue.config.js
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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/*": {