S

rules_rollup

Created Apr 20, 2022 by aspect-build

Categories

Language:

Starlark

Stars:

5

Forks:

11

README

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:

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.

Last updated: Jan 14, 2026

More MCP servers built with Starlark

rules_ts

Bazel rules for the `tsc` compiler from http://typescriptlang.org

By aspect-build 131
rules_swc

Bazel rules for the swc toolchain https://swc.rs/

By aspect-build 48
rules_esbuild

Bazel rules for https://esbuild.github.io/ JS bundler

By aspect-build 33