benfred/venn.js

url question about snowpack

czppzc opened this issue · 3 comments

When I tried to pack my project with snowpack, I found the introduced errors in diagram.js and layout.js of src of venn, , the specific errors are as follows
image
I hope you can modify the import path of these two files or if you can provide a good solution, thank you very much

Are you running the latest version? I believe this has been fixed for quite a while :

import {nelderMead} from "fmin";

Are you running the latest version? I believe this has been fixed for quite a while :

import {nelderMead} from "fmin";

I have indeed used the latest version 0.2.20,but still get the wrong quote
image

and my system is windows