rules_rollup
v2.0.1
published 4 months ago
6 stars
9 forks
5 watchers
Apache License 2.0
public
1 assets
346,511 downloads
31 KB
Compatibility level 1
C4rH2XzWYOuaJ1YAIn6cQmj1kEy6lik50abOmgoFnS4=
Maintained byJason Bedard
v2.0.1
March 13, 2025
[expand for release notes]

Bazel rules for rollup

This is a pure-starlark distribution which replaces the @bazel/rollup npm package. It's meant for use with aspect-build/rules_js, which has a pnpm-based layout for node_modules.

Installation

From the release you wish to use: https://github.com/aspect-build/rules_rollup/releases copy the WORKSPACE snippet into your WORKSPACE file.

Usage

See the API documentation and the example usage in the example folder. Note that the example also relies on code in the /WORKSPACE file in the root of this repo.