Thank you Webpacker, Goodbye Webpacker

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
  1. Webpacker

    Use Webpack to manage app-like JavaScript modules in Rails

    This article is replace Webpacker with Simpacker and webpack.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. simpacker

    Use modern JavaScript build system in Rails.

    I needed to create an alternative View helper to replace Webpacker, but decided to use the Simpacker gem rather than implement the helper on my own.

  4. shakapacker

    Use Webpack to manage app-like JavaScript modules in Rails

    There is an option to use Shakapacker

  5. webpack-manifest-plugin

    webpack plugin for generating asset manifests

    Webpacker uses webpack-assets-manifest to create manifest.json, which is then delivered to View helper in Rails.

  6. webpack-dev-server

    Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.

    Webpacker also includes webpack-dev-server, so we made it work as well. Since I had Simpacker installed, I only had to change the devServer part in webpack.config.js to make it work with npm scripts.

  7. webpack

    A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

    This article is replace Webpacker with Simpacker and webpack.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Webpacker in Rails 6

    2 projects | dev.to | 7 Jul 2021
  • The Rails asset pipeline, old and new

    2 projects | dev.to | 28 Apr 2024
  • Is enabling full source maps in production a wise default? (2017)

    1 project | news.ycombinator.com | 13 Oct 2022
  • How to setup ruby on rails + Angular

    1 project | /r/rails | 11 Sep 2022
  • What is the pros and cons of using Rails asset pipeline vs. webpack to hold assets?

    1 project | /r/codehunter | 6 Apr 2022

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?