Closed piotrkulpinski closed 9 months ago
Hi,
I'm trying to bundle a project using @uiw/color-convert package, but I get the Circular dependencies error.
@uiw/color-convert
Circular dependencies
(!) Circular dependencies node_modules/@uiw/color-convert/esm/index.js -> node_modules/@uiw/color-convert/esm/utils.js -> node_modules/@uiw/color-convert/esm/index.js node_modules/@uiw/color-convert/esm/index.js -> node_modules/@uiw/color-convert/esm/getContrastingColor.js -> node_modules/@uiw/color-convert/esm/index.js
Anyone had any issue like that? Trying to find out if it's a bug or am I doing something wrong. Thanks
@piotrkulpinski You can try v2.0.5 to see if the problem is solved.
v2.0.5
@jaywcjlove This seems to be fixing this issue! Thanks.
Hi,
I'm trying to bundle a project using
@uiw/color-convert
package, but I get theCircular dependencies
error.Anyone had any issue like that? Trying to find out if it's a bug or am I doing something wrong. Thanks