# HG changeset patch # User Thomas Junk # Date 1529577586 -7200 # Node ID d16f799e0469027d7625abe941c04a2dc03d5ccb # Parent 1ff53579665c594bd454c5e9e992fb5e908c315d 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" diff -r 1ff53579665c -r d16f799e0469 client/vue.config.js --- 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/*": {