Request for Feature Enhancement (RFE) Summary: |
lease enable support for modern package managers in the Frontend Deployment Pipeline. Currently the pipeline only supports NPM, which although widely adopted is also generally known as the slowest solution for package management within the nodejs ecosystem. Consider support for yarn or pnpm, both of which outperform NPM from a CI/CD perspective.
|
Use-case: |
We currently use Yarn on Managed Services to deploy full stack code. However, when migrating to Cloud Services and wanting to take advantage of the Front End (FED) pipeline, NPM is assumed and only the version can be altered via pipeline variables. We use Yarn as it has additional features and builds/deploys faster than NPM. Similarly, pnmp and Yarn PnP deploy about twice as fast as npm in our benchmark tests. |
Current/Experienced Behavior: |
Customers must use NPM and package-lock.json as the deployment package manager |
Improved/Expected Behavior: |
Customers can customize the FED deployment pipline to usee the package manager of their choice. This could be either an explicit selection, a pipeline variable, or the pipeline could lockfile detection (npm uses package-lock.json, yarn uses yarn.lock, pnpm uses pnpm-lock.yaml) |
Environment Details (AEM version/service pack, any other specifics if applicable): |
This request is for AEM Cloud Service, current version. |
Customer-name/Organization name: |
Toyota Motors North America (TMNA) |
Screenshot (if applicable)
|
|
Code package (if applicable): |
|