What / Why
Rollup breaks this package when bundling it.
When
Since 2021-07-05 when @rollup/plugin-commonjs 19.0.0 has been released.
How
Current Behavior
semver.satisfies always returns false after bundling with Rollup.
Steps to Reproduce
Expected Behavior
Bundled and unbundled code should work the same way.
References
What / Why
Rollup breaks this package when bundling it.
When
Since 2021-07-05 when
@rollup/plugin-commonjs19.0.0 has been released.How
Current Behavior
semver.satisfiesalways returnsfalseafter bundling with Rollup.Steps to Reproduce
input.js. It works correctly.output.js. Its output is incorrect.index.mjs.Expected Behavior
Bundled and unbundled code should work the same way.
References
semverpackage rollup/plugins#879semverpackage rollup/plugins#879 (comment)