Hi Team,
I'm trying to use for surveyjs library and builder in my nx workspace which uses Angular 18. I'm using ESM instead of webpack while generating the app. While building both builder and the app I get following messages. Do we have plans to move to ESM?
▲ [WARNING] Module 'survey-creator-core' used by 'apps/form-builder/src/app/survey-creator/survey-creator.component.ts' is not ESM
CommonJS or AMD dependencies can cause optimization bailouts.
For more information see: https://angular.dev/tools/cli/build#configuring-commonjs-dependencies
▲ [WARNING] Module 'survey-core' used by 'apps/form-builder/src/app/survey-creator/survey-creator.component.ts' is not ESM
CommonJS or AMD dependencies can cause optimization bailouts.
For more information see: https://angular.dev/tools/cli/build#configuring-commonjs-dependencies
▲ [WARNING] Module 'survey-core/survey.i18n.js' used by 'apps/form-builder/src/app/survey-creator/survey-creator.component.ts' is not ESM
CommonJS or AMD dependencies can cause optimization bailouts.
For more information see: https://angular.dev/tools/cli/build#configuring-commonjs-dependencies
▲ [WARNING] Module 'survey-creator-core/survey-creator-core.i18n' used by 'apps/form-builder/src/app/survey-creator/survey-creator.component.ts' is not ESM
CommonJS or AMD dependencies can cause optimization bailouts.
For more information see: https://angular.dev/tools/cli/build#configuring-commonjs-dependencies
▲ [WARNING] Module 'survey-core' used by 'libs/survey/src/lib/survey/survey.component.ts' is not ESM
CommonJS or AMD dependencies can cause optimization bailouts.
For more information see: https://angular.dev/tools/cli/build#configuring-commonjs-dependencies