archonic / limestone

Boilerplate Rails 6 SaaS application with Webpack, Stimulus and Docker integration.
MIT License
232 stars 43 forks source link

Webpacker dev reload stopped working #33

Open archonic opened 4 years ago

archonic commented 4 years ago

With the last webpacker upgrade, it stopped reloading the page after changes were made to files in the pipeline.

archonic commented 3 years ago

The webpack compile command built into rails server doesn't do any file watching. Just need to reintroduce the webpack service in docker-compose.yml and it'll work again.