Y
Hacker News
new
|
ask
|
show
|
jobs
by
wikyd
3424 days ago
Are you using Webpack directly with Rails? I'm curious how your development environment works.
2 comments
__luke
3424 days ago
Yep! webpack-rails gem
https://github.com/mipearson/webpack-rails
link
wikyd
3423 days ago
Awesome, thanks! We're using this too, but have been thinking about making the switch to
https://github.com/rails/webpacker
link
simondelacourt
3424 days ago
Another option would be to use Webpacker, in development now,
https://github.com/rails/webpacker
link
connorshea
3423 days ago
Once Rails 5.1 comes out and we upgrade to it we'll probably switch to Webpacker. It was an awesome development in the Rails ecosystem and really verified our investment into Webpack.
link