Fix .babelrc configuration and preserve package.json.
Review Request #12778 — Created Jan. 10, 2023 and submitted — Latest diff uploaded
This updates Djblets's
.babelrcto compile output suitable for the
contents of.browserslistrc, rather than a version of NodeJS.It also updates
setup.py developto keeppackage.jsonaround after
installing dependencies, making it a bit easier to work with.
Ran
setup.py developand verifiedpackage.jsonwas still there.Successfully compiled static media.