dagrejs / dagre-d3

A D3-based renderer for Dagre
MIT License
2.85k stars 587 forks source link

dagre-d3.min.js v0.6.4 is not minimized and full version throw compiler-error #389

Open Daijobou opened 4 years ago

Daijobou commented 4 years ago

I checked for a update. My old dagre-d3.min.js (v0.4.17) was 111KB and now its 709KB thats a huge difference. See https://github.com/dagrejs/dagre-d3/blob/master/dist/dagre-d3.min.js its not minimized? There are hundreds of line-breaks and comments.

Version 0.6.4 I cannot minimize(compile). In past I used compiler.jar for minimize, but here compiler reports many errors. I tried Closure Compiler https://closure-compiler.appspot.com/home and here too, its not working.

Can someone tell me what I'm doing wrong? Thanks ;)

Daijobou commented 3 years ago

One year later... this major issue still exists. :(