Skip to content
Snippets Groups Projects

Start webpack-dev-server directly

Closed Jacob Vosmaer (GitLab) requested to merge webpack-without-npm into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -147,6 +147,7 @@ Procfile:
@@ -147,6 +147,7 @@ Procfile:
-e "s|postgres |${postgres_bin_dir}/postgres |"\
-e "s|postgres |${postgres_bin_dir}/postgres |"\
-e "s|DEV_SERVER_PORT=3808 |DEV_SERVER_PORT=${webpack_port} |"\
-e "s|DEV_SERVER_PORT=3808 |DEV_SERVER_PORT=${webpack_port} |"\
$@.example > $@
$@.example > $@
 
cat $@
if [ -f .vagrant_enabled ]; then \
if [ -f .vagrant_enabled ]; then \
echo "0.0.0.0" > host; \
echo "0.0.0.0" > host; \
echo "3000" > port; \
echo "3000" > port; \
Loading