bpmn-io / bpmn-moddle

Read and write BPMN 2.0 XML from JavaScript.
MIT License
444 stars 162 forks source link

Drop UMD distribution #110

Closed nikku closed 7 months ago

nikku commented 7 months ago

This drops our UMD distribution. Users can use the ready made ESM distribution of this library to use in browsers. A fallback to CJS is available for require(...) use, too.


Depends on #109