We Switched from Sprockets to Webpack

In this post, we describe the challenges we faced while replacing the Rails asset pipeline with webpack, how we solved those issues, and what we learned along the way. Read more

Similar

What Problem Does Webpack Solve?

Why do we need a module bundler like Webpack? What even is a module bundler? When I first started coding I was wondering the same thing. Surely it is as simple as just putting your Javascript code in a browser? (more…)

Read more »