Enable CDN support for Che-Theia PR build check #20391
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe
In Che-Theia, we have some Webpack related customizations that are disabled by default. It's enabled only when CDN is used. See https://github.com/eclipse-che/che-theia/blob/main/generator/src/cdn/webpack-customizer.ts
For Che-Theia PR build check, we run the build w/o CDN support. It means that if some changes in a PR are related to Webpack build - they won't be tested properly.
See the latest example here #20390
Describe the solution you'd like
By enabling the CDN support for PR build checks, we ensure that the Webpack related changes are tested properly.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: