Hi All,
We have been using TypeScript in a Project and we used Rollup to bundle the source code and related libraries.
We used 'rollup-plugin-typescript' as a plugin in the rollup.
However, the Rollup bundler does not convert some enums to it's equivalent CRM value like sample below:
XrmEnum.FormType.Create is not complied to 1.
Do you know how to fix the issue or can someone recommend another option like Webpack?
I attached my sample project below.
Thank You All,
test2.zip