mirror of
https://github.com/semver/semver.git
synced 2026-07-11 05:12:48 -05:00
[GH-ISSUE #825] Warning when bundling with rollup: "Circular dependencies" #3256
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arklanq on GitHub (Apr 14, 2022).
Original GitHub issue: https://github.com/semver/semver/issues/825
When I try to bundle my library (with semver as a dependency) with rollup I get the following warning:
The library on which I am working is public, so feel free to play with rollup yourself (located under /lib directory in monorepo):
https://github.com/IdkMan2/next-recompose-plugins
@ljharb commented on GitHub (Apr 14, 2022):
That package is https://github.com/npm/node-semver - not this repo.
@arklanq commented on GitHub (Apr 15, 2022):
Mistake, sory mate.