Is your feature request related to a problem? Please describe.
Many OFS plugins (including OOTB) are being built using OJET. OJET currently uses RequireJS which doesn't support ES Modules.
Describe the solution you'd like
Need to Ship AMD version of the package too. This will allow Plugins being built in OJET use this library alongside ofs-plugin-core.
Describe alternatives you've considered
Additional context
This library currently ships only ES Module, which isn't supported by OJET packaging.