bpmn-io / dmn-js

View and edit DMN diagrams in the browser.
https://bpmn.io/toolkit/dmn-js/
Other
289 stars 137 forks source link

chore: transpile to supported browsers only #832

Closed barmac closed 6 months ago

barmac commented 6 months ago
nikku commented 6 months ago

Love this. Actually prepared it myself some time ago, but did not find the time to fully execute it :tada:.

barmac commented 6 months ago

Impact:

Before:

du -sh lib dist
 32K    lib
6.5M    dist

After:

du -sh lib dist
 32K    lib
6.1M    dist
nikku commented 6 months ago

Incredible!