mipearson / webpack-rails

Integrate webpack with your Ruby on Rails application
MIT License
543 stars 82 forks source link

Webpack 2 support? #73

Open davetron5000 opened 7 years ago

davetron5000 commented 7 years ago

Hey, just wondering if anyone is working on Webpack 2 support? I know that Rails 5.1 will ship with direct support for this, but my guess is this gem will be highly useful for non 5.1 versions of Rails and Webpack 2 is scheduled for release soon.

If no one is definitely working on this, I might be able to take a look, but if someone has something in progress, I'm also happy to check it out.

mipearson commented 7 years ago

Hi - I'm interested in support webpack 2 but was going to wait until a full release before I spent time on it. I'd welcome any efforts in bringing in webpack 2 before that time.

nathanmarks commented 7 years ago

Here's a rough demo I did before using webpack 2 in a proper project with this gem: https://github.com/nathanmarks/rwptest