webpack服务器实时重新加载

时间:2018-12-10 22:13:42

标签: ruby-on-rails livereload webpacker

我正在使用react-rails构建一个rails 5.2应用。

react-rails-hot-loaderrails 5.2不兼容,实时重播将与react_on_rails一起使用,我正在尝试了解如何配置webpacker进行实时重载

我在following issue

读过

我在单独的终端实例中运行./bin/webpack-dev-server --inline=false和我的rails s,但是无法在webpacker localhost:3035/movies上显示该站点。浏览器中的输出为Cannot GET /movies

我刚刚创建了repository,不知道webpacker,并且非常感谢您的投入。

1 个答案:

答案 0 :(得分:0)

webpacker 3.3.5支持热重装

在不同的终端上运行./bin/webpack-dev-serverrails s可以使用hot reloading features

我的理解是webpacker开发服务器将向Rails服务器提供jscssimage资产。

该应用程序可从localhost:3000的{​​{1}}获得,用于通过热重载进行开发。我在rails server

之前启动了webpacker开发服务器

更多文章详细介绍了如何配置rails s

https://medium.com/statuscode/introducing-webpacker-7136d66cddfb https://medium.com/rubyinside/hot-module-reloading-with-webpacker-b663643a60b1https://github.com/justisb/react_on_rails/blob/master/docs/additional-reading/hot-reloading-rails-development.md https://learnetto.com/tutorials/hot-module-replacement