Environment (Required on creation):
Amdocs Env
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket):
We are upgrading from 7.13.3 ee to 7.14.3 ee . We have migrated existing Angularjs
using below
https://docs.camunda.org/manual/7.14/update/minor/713-to-714/#migrate-existing-angularjs-plugins
However during start up we are not able to launch it because of error .
Uncaught (in promise) TypeError: Failed to resolve module specifier "angular". Relative references must start with either "/", "./", or "../".
that it's not able to identify the import
Steps to reproduce (Required on creation):
Have a existing angular js plug in till camunda 7.13 version
Migrate the plugin.js file as per below
https://docs.camunda.org/manual/7.14/update/minor/713-to-714/#migrate-existing-angularjs-plugins
Observed Behavior (Required on creation):
Expected behavior (Required on creation):
Root Cause (Required on prioritization):
After , build is it's failing in camunda internal logic where it's not able to identify new syntax