diff options
Diffstat (limited to 'config/dev.exs')
-rw-r--r-- | config/dev.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/dev.exs b/config/dev.exs index 829869d..ce6fe09 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -1,4 +1,4 @@ -use Mix.Config +import Config # For development, we disable any cache and enable # debugging and code reloading. @@ -16,7 +16,7 @@ config :waev, WaevWeb.Endpoint, "node_modules/webpack/bin/webpack.js", "--mode", "development", - "--watch-stdin", + "--watch", cd: Path.expand("../assets", __DIR__) ] ] |