Fix babel arguments for tests and extension packaging.

Review Request #11897 — Created Dec. 22, 2021 and submitted — Latest diff uploaded

Information

Djblets
release-2.x

Reviewers

The babel upgrade I did earlier updated everything necessary for running
the devserver and doing packages, but the test settings for djblets and
the extension build system still had the old babel-cli paths. This
change updates those.

Successfully did a build of an extension package that used babel for JS media.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last Summary ID Author
Fix babel arguments for tests and extension packaging.
The babel upgrade I did earlier updated everything necessary for running the devserver and doing packages, but the test settings for djblets and the extension build system still had the old `babel-cli` paths. This change updates those. Testing Done: Successfully did a build of an extension package that used babel for JS media.
dc523616f5aaf4879914f51d78509a9728208f7e David Trowbridge
djblets/extensions/packaging.py
tests/settings.py
Loading...