DEV Community

Discussion on: Development environment for Elixir + Phoenix with Docker and Docker-compose

 
sergio_101 profile image
sergio t. ruiz

I ended up finding this here: evolvingdev.io/phoenix-local-devel... ..

The trick is adding this:

    watchOptions: {
      poll: true
    },
Enter fullscreen mode Exit fullscreen mode

to your webpack.config.js.