Skip to content

Commit

Permalink
Merge pull request #314 from cgravill/master
Browse files Browse the repository at this point in the history
Run dev server in webpack development mode
  • Loading branch information
forki authored Mar 8, 2018
2 parents 9a9da6f + 0beffce commit c4b19c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Target "Run" (fun _ ->

if result <> 0 then failwith "Website shut down." }

let fablewatch = async { runDotnet clientPath "fable webpack-dev-server --port free" }
let fablewatch = async { runDotnet clientPath "fable webpack-dev-server --port free -- --mode development" }
let openBrowser = async {
System.Threading.Thread.Sleep(5000)
Diagnostics.Process.Start("http://"+ ipAddress + sprintf ":%d" port) |> ignore }
Expand Down

0 comments on commit c4b19c6

Please sign in to comment.