Form-JS library : support for legacy app in ES5?

We need to use form-js library with Camuna BPM. Our app (legacy) in currently un AngularJS v1.8.2 but in ES5 way.

How can we use form-js ? Do you provide an ES5 dist bundle of the library ?

Thanks !

Hi,

if you really need to use ES5-only code, the solution is to use a transpiler, e.g. babel. Usually, babel is used together with a bundler to build your application.

If you need more help, please feel free to ask additional questions.

Best

Maciej

Great! So there is a solution to this situation after all… Thanks for the adequate response in this thread.