Open benmccann opened 2 years ago
Building a project with Rollup that has colorjs.io as a dependency results in the following warnings:
colorjs.io
(!) Circular dependencies node_modules/colorjs.io/src/to.js -> node_modules/colorjs.io/src/toGamut.js -> node_modules/colorjs.io/src/to.js node_modules/colorjs.io/src/index-fn.js -> node_modules/colorjs.io/src/chromaticity.js -> node_modules/colorjs.io/src/color.js -> node_modules/colorjs.io/src/index-fn.js node_modules/colorjs.io/src/index-fn.js -> node_modules/colorjs.io/src/interpolation.js -> node_modules/colorjs.io/src/index-fn.js
It would be nice to fix these to remove the warnings for users of the library
Just pushed two fixes for the 2nd and 3rd issues, but the first one is an actual circular dependency, not just an oversight in coding like the other two. 😕
Building a project with Rollup that has
colorjs.io
as a dependency results in the following warnings:It would be nice to fix these to remove the warnings for users of the library