Use lighter vue-cli instead of clunky manual webpack config

This commit is contained in:
Eliot Berriot 2018-08-11 16:21:14 +02:00
commit e3040de444
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
38 changed files with 3336 additions and 4119 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash -eux
FORWARDED_PORT="$WEBPACK_DEVSERVER_PORT"
FORWARDED_PORT="$VUE_PORT"
COMPOSE_PROJECT_NAME="${COMPOSE_PROJECT_NAME// /}"
if [ -n "$COMPOSE_PROJECT_NAME" ]; then
echo