Add @rollup/plugin-commonjs as a devDependency.
Review Request #14753 — Created Dec. 30, 2025 and submitted — Latest diff uploaded
The new rollup config in Djblets uses the commonjs plugin, but this was
only installed as part of the Review Board dependencies. When doing a
full environment install with both Djblets and Review Board, everything
worked fine, but when doing individual builds of Djblets in its own
environment, this would fail.
Built a wheel of Djblets in isolation.