Webpacker v5.0.0 Release Notes

Release Date: 2020-03-22 // about 4 years ago
    • ⬆️ Bump minimum node version #2428
    • ⬆️ Bump minimum ruby/rails version #2415
    • ➕ Add support for multiple files per entry #2476
      entry: {
        home: ['./home.js', './home.scss'],
        account: ['./account.js', './account.scss']
      }
    

    You can now have two entry files with same names inside packs folder, home.scss and home.js

    👀 And, other minor fixes, please see a list of changes here