Alex Eagle

Results 277 issues of Alex Eagle

Based on https://github.com/pnpm/pnpm/issues/4868 we suspect that pnpm's single workspace lockfile will sometimes change in unnecessary ways that invalidate cached builds. This would lead to a monorepo developer making a change...

bug
prioritized

https://www.youtube.com/watch?v=0dC11DMR3fU

example

Start from a copy of https://github.com/vercel/next.js/tree/v12.1.6/examples/blog-starter-typescript and get the existing build system supplied by next to work when wrapped by Bazel.

example

Translate this example https://github.com/bazelbuild/rules_nodejs/tree/stable/examples/webapp to rules_js which shows how to create an ESM and ES5 bundle and serve the right one to modern browsers.

example

I think it's some combo of "use some other packaging rule from rules_pkg" and #254. Maybe we can expose a macro that is a close approximation.

documentation

context https://bazelbuild.slack.com/archives/CA31HN1T3/p1655215994490169?thread_ts=1655215797.862609&cid=CA31HN1T3 Dzintars Today at 7:09 AM Hi all. Could some share some large'ish open source typescript SP/MP Application repository. (edited) Son Luong Ngoc 2 hours ago https://github.com/buildbuddy-io/buildbuddy/tree/master/app is a...

enhancement
prioritized

We could have some repository rule to re-run `pnpm install --lockfile-only` and verify that the users file is up-to-date. Otherwise you might add a first-party dep to your package.json and...

enhancement
prioritized

https://github.com/aspect-build/rules_js/pull/108 is an example of user error which is understandable, since rules_js sets the working directory differently from typical Bazel actions. We could: - detect use of `$(execpath)` etc. without...

enhancement
prioritized