dagrejs / graphlib

A directed multi-graph library for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to minify the code

olev-mutso opened this issue · comments

Failed to minify the code from this file: ./node_modules/graphlibrary/lib/graph.js:363

@olevm How do you fix it?

The error was caused by minification used in create-react-app. I replaced it with nwb.

Thanks a lot! I try it.