Description
I recently have made the move to Webpack from the Rails asset pipeline and found myself incredibly confused when getting familiar with the concepts. The first experience I had with Webpack was actually with Rails 5.1 via the Webpacker gem and fell in love. Since I enjoyed the experience so much I thought I would go ahead and try out setting up things on my own and found myself incredibly confused when getting started. I'm not sure if this is up for debate or not, but I'd like to suggest a slightly different approach to getting started with Webpack.
I imagine most people do what I do and do a DuckDuckGo or Google search for Webpack, visit the homepage and click the getting started page. I spent hours trying to figure out how to use a loader because the getting started guide doesn't really explain. It wasn't until I heard from Sean Larkin that the concepts page existed to explain loaders and plugins. From that moment on I've been so happy because if I wouldn't have found the concepts page I would have gone back to using the Webpacker gem and never learning how to do this all on my own.
I'd like to suggest that concepts are highlighted more on the homepage to help people out that are coming from different backgrounds like myself.
Thanks!