You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a fresh Rails 6 install, we are using the following snippet in config/webpack/development.js to ask the browser to reload the page when we modify a Rails view (adapted from this comment from a Webpack dev):
Does anyone know how we could ask the browser to perform this page reload using Turbolinks, rather than this full page reload? Is there a way to add a handle for a custom event (other than content-changed) to SockJS client in our Webpacker configuration?
Thanks a lot in advance.
The text was updated successfully, but these errors were encountered:
Hi there,
On a fresh Rails 6 install, we are using the following snippet in
config/webpack/development.js
to ask the browser to reload the page when we modify a Rails view (adapted from this comment from a Webpack dev):Does anyone know how we could ask the browser to perform this page reload using Turbolinks, rather than this full page reload? Is there a way to add a handle for a custom event (other than
content-changed
) to SockJS client in our Webpacker configuration?Thanks a lot in advance.
The text was updated successfully, but these errors were encountered: