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 2 (Latest)

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.
5b500bfa97792a94e34999a41d61f3bdbb6bdaea David Trowbridge
djblets/extensions/packaging.py
tests/settings.py
Loading...