How to use Rails 6 webpack with front-end JS framework

Rails 6 Webpack with front end JS Framework

Rails 6 comes with exciting new features like Parallel Testing, Multiple database Support and Webpacker. Lets understand the Webpacker because it is now used as the default javascript compiler in Rails 6. In the previous rails versions, we are using Sprockets as JS compiler. To understand Webpacker we first need to understand how it’s done […]