yarn for frontend | Adobe Higher Education
Skip to main content
Level 6
March 28, 2023
解決済み

yarn for frontend

  • March 28, 2023
  • 1 の返信
  • 1073 ビュー

Hi folks,

Is it possible to use yarn for AEM UI frontend?

 

In this post, the OP seems to be using yarn.  Currently we have webpack but our FE guy wants to change.

 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-clear-yarn-npm-cache-or-remove-lock-files/td-p/423249

このトピックへの返信は締め切られました。
ベストアンサー Peter_Puzanovs

Hi Fionas,

 

You're welcome to use anything for your own build. As long as you can pack it into a clientlib you should be fine.

 

The problem comes that most OOTB codebase, Core Components, Archetype and the rest of AEM systems do not rely on Yarn, instead it's all npm based.


Regards,

Peter

1 の返信

Peter_Puzanovs
Community Advisor
Community Advisor
March 28, 2023

Hi Fionas,

 

You're welcome to use anything for your own build. As long as you can pack it into a clientlib you should be fine.

 

The problem comes that most OOTB codebase, Core Components, Archetype and the rest of AEM systems do not rely on Yarn, instead it's all npm based.


Regards,

Peter

Level 6
March 28, 2023

Thanks Peter, I'll try making a second ui.frontend module with yarn in it and see how far I get. I'll leave the existing ui.frontend which does our sass unchanged. Do you know of any available examples of creating clientlibs with yarn? thanks Fiona