Add @beanbag/frontend-buildkit, dependencies for static media building.

Review Request #12774 — Created Jan. 8, 2023 and submitted — Latest diff uploaded

Information

beanbag-frontend-buildkit
master

Reviewers

This introduces a node.js package called @beanbag/frontend-buildkit,
which is a utility package that brings in dependencies for Babel,
Rollup.js, TypeScript, and LessCSS.

Going forward, our products will depend on this package for static media
building. This gives us a versioned set of dependencies that we can
easily reference by any codebase, and in the future a single place for
any plugins or configurations needed.

Used this package to build static media for Djblets 4 and Review Board 6.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add @beanbag/frontend-buildkit, dependencies for static media building.
This introduces a node.js package called `@beanbag/frontend-buildkit`, which is a utility package that brings in dependencies for Babel, Rollup.js, TypeScript, and LessCSS. Going forward, our products will depend on this package for static media building. This gives us a versioned set of dependencies that we can easily reference by any codebase, and in the future a single place for any plugins or configurations needed.
3082cb554d7fdaddb2f2a81b3fae15fbdc2e4e38 Christian Hammond
.gitignore
.reviewboardrc
LICENSE
README.md
package.json
package-lock.json
Loading...