-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
rollup/plugins
#1038Labels
Description
Rollup Version
2.55.0
Operating System (or Browser)
Ubuntu 21.04, but it probably doesn't matter
Node Version (if applicable)
16.3.0
Link To Reproduction
https://github.com/nicolo-ribaudo/rollup-2.55-bug-semver-7
Expected Behaviour
Rollup 2.55 should produce the same valid code as produced by Rollup 2.54
Actual Behaviour
Due to a cyclic dependency, it emits some code that uses a variable before that it's initialized.
@rollup/plugin-commonjs@19
, this bug disappears. However, a minor version of Rollup shouldn't force me to update a major version of a plugin (also, @rollup/plugin-commonjs@19
isn't working for me: rollup/plugins#962).
bogdanpomohaci, veaba, sosukesuzuki, yaymukund and yoyo930021yaymukund