So I’m pretty new to Rails, but have decided to jump to using Rails 5.01 + Webpack 2 + React as my stack for a new project.
A google search showed me this: https://twitter.com/dhh/status/808348184481124352?lang=en
Saying that 5.1 will ship with yarn and --webpack.
What is the best practice for integrating Webpack at the moment?
Is it a good idea to drop asset pipeline and manage everything via Yarn + Webpack separately?