New Drupal Community Initiative: Standardizing JavaScript Dependency Management
A Drupal.org blog post titled "New community initiative: Frontend bundler," authored by Max Pogonowski, introduced a new community Frontend Bundler Initiative to address the lack of a standard method for installing JavaScript dependencies in Drupal. The initiative aims to create a unified approach to managing these dependencies, drawing on discussions and collaborations with key contributors like Lee Rowlands and Théodore Biadala.
The blog outlines the challenges faced with current methods such as asset-packagist and explores the potential of using import-maps. However, the consensus was that cascading downloads would negatively impact performance. The proposed solution involves leveraging npm or an npm-like repository to publish Drupal modules. Max Pogonowski developed a prototype using Foxy, composer, and Vite to compile multiple Drupal modules, including custom ones, and route the library system to new entry points.
The prototype requires modules to include php-forge/foxy in composer.json and a module-name.foxy.yml file to represent the library state. Site builders must enable the drupal/foxy module and set up a way to run the vite build. The initiative calls for community participation to refine and adopt this approach, encouraging feedback, contributions, and discussions in the #frontend-bundler-initiative channel on Slack.
Source Reference
Image Attribution Disclaimer: At The Drop Times (TDT), we are committed to properly crediting photographers whose images appear in our content. Many of the images we use come from event organizers, interviewees, or publicly shared galleries under CC BY-SA licenses. However, some images may come from personal collections where metadata is lost, making proper attribution challenging.
Our purpose in using these images is to highlight Drupal, its events, and its contributors—not for commercial gain. If you recognize an image on our platform that is uncredited or incorrectly attributed, we encourage you to reach out to us at #thedroptimes channel on Drupal Slack.
We value the work of visual storytellers and appreciate your help in ensuring fair attribution. Thank you for supporting open-source collaboration!