paullewis / repro-rules-esbuild-issue-37

A repro for issue 37 on rules_esbuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repro for rules_esbuild issue 37

This is a repro for aspect-build/rules_esbuild#37

Running

  1. pnpm install
  2. bazel clean
  3. bazel build //:index

This should fail due to missing deps.

Using esbuild directly

  1. npm run build

This build should write the contents to stdout.

About

A repro for issue 37 on rules_esbuild


Languages

Language:Starlark 96.3%Language:TypeScript 3.7%