Skip to content
Snippets Groups Projects

Added webpack to Procfile

Merged Phil Hughes requested to merge webpack into master
3 files
+ 14
5
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 7
0
@@ -12,5 +12,12 @@ a
@@ -12,5 +12,12 @@ a
ssh_port: 2222
ssh_port: 2222
ssh_host: localhost
ssh_host: localhost
.
.
 
/ webpack:/
 
a
 
dev_server:
 
enabled: true
 
host: localhost
 
port: ${webpack_port:-3808}
 
.
wq
wq
EOF
EOF
Loading