Bayyr Oorjak
Bayyr Oorjak
In my case I had this setup ```json "@strapi/plugin-cloud": "5.0.4", "@strapi/plugin-documentation": "^5.0.4", "@strapi/plugin-users-permissions": "5.0.4", "@strapi/strapi": "5.0.4", ``` and was doing `npm install` in my CI/CD. The problem was in the...
Thank you. Good to know
@alan-agius4 I just realised that in my case the project is a library and angular doesn't allow to set "stylePreprocessorOptions" in the build target's options. AFAIK the official way to...