DEV Community

Dusty Candland
Dusty Candland

Posted on • Originally published at candland.net

Add Webpack to Rails 5

The push to use webpack with rails is getting too much to resist!

You can setup some good stuff with sprockets, but it’s a pain and a lot of it doesn’t seem too updated.

So… to get things like good ES6 support, minification, easier script managment with Yarn, and PostCSS support; It’s time for webpacker

Full post

Top comments (0)