bazel-examples icon indicating copy to clipboard operation
bazel-examples copied to clipboard

Bazel examples

Results 79 bazel-examples issues
Sort by recently updated
recently updated
newest added

### What is the current behavior? The next.js example project demonstrate how to setup a project with a lib and some typescript but styling is only done with css while...

enhancement

Newbie here, was trying to find a nextjs bazel example and found this. Kudos to your team! I'm currently playing around with the NextJs example. However I want to set...

question
can close?

### What is the current behavior? It's possible to write the app, but I'm not quite sure how. ### Describe the feature An example of an Angular application that communicates...

enhancement

### What happened? I checked `bazel-examples` out, then went to `react-cra` and ran ``` bazelisk run //:start ``` I got following output: ``` Failed to compile. [eslint] Failed to load...

bug

The Angular tests are expecting `CHROME_BIN` being set, see [test logs](https://s3.amazonaws.com/buildkiteartifacts.com/e4b88ce5-ca50-4af7-8b6f-e8da4bbf1b1f/01824a66-b542-4971-9cd3-566877437a9d/01826407-d81f-4a32-8b59-2b720b8bb2b9/01826408-8693-41f4-aef0-3c7e33e28781/angular/bazel-testlogs/test/test.log?response-content-type=text%2Fplain&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=ASIAQPCP3C7LXZJ4SUNO%2F20220803%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220803T142933Z&X-Amz-Expires=600&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEDcaCXVzLWVhc3QtMSJHMEUCIEhBqS90mlUjxV2jAd9JlZBsOhu6NokSyXp%2BYS0v2IsRAiEAv6E4vDjL%2FbQcx9pumaHZetPRQ%2F8t0mT4YopxSFow5c8q3AQIkP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgwwMzIzNzk3MDUzMDMiDMML2X6Xnpxe88sUjSqwBPkcYgNIQjmgwfM0refkHvub%2BD7pgkKSugdHSpbu3xl%2Fi6Sg9gspGFuJVY4Z7itbXb%2BhFEq6gg4RCxiRugbtAXC56OAi2RApGJZNxLtL0jq%2F6uKNjyqv1%2FW%2FIKr5Fjts%2FEvB5mxxnZRbR334ryZtohfGMZZYKbXQi88r5VmLdusd0SrxnBhrAeQ50c%2Frp20xYI5aTc1h%2Bei6QeCEqG7cRq%2FbP5cYqG21GaO3M5e7nMsUPZLN0I5WjzXZGWDHNA19LZCUoLEL76MPJw2e5DB42PmaDmg6vbF563%2FB1XoWkUuVTrw%2BVVM%2F%2BqZA5l70yy4%2FqKxEHPyJ3OsZ39U84SypOFQ3yT8A%2Bh54sKguyesttfKqNrPHzpz8aF13Dhlrcf2f%2FMdfztQCNCQGJC9oNIVtX2WWzaeVA0DHZtcsJXImCvlL7BgwF6miznzdZihk2TI2C3s0%2B0q6LDOx7YH%2ByoS9gr5fx4ScB0wm%2FHmubqrvymaIxBpwQ0B2ntgqzH8xYZaB5yPZe8SXulXhLnjpKEqhSvN5tQh%2Fk0eCKQELANDDLFYc6NgXWTxnwGwvD%2FiXOAUSYk3uXNTkOWS%2B3Yii4ufVdiN%2B%2BhD5YHxPslC1brWZ%2Fb80ujfP19hE8r18L%2FRYGef65OTTZjiwkxP%2FEiDKS1lui5bpbwK616exCH8OpSXmSkYOMzeNDmUVHczNVaHSud3B3n4u85AE4YgjkPVe5abrLD1zyOdT3l2AoJGMq2mINftPMNiKqpcGOqkBsh2kLoM%2BfZUwPPaZ8UlKlKXLoeD0JhzuW%2FVmlo45F%2FtW%2F62PxnBtj7eX89yBpdmywac%2BgmHAGnttpDRzFpTBdB7oIEaLYVqxaCw%2F1k8A7an%2FUgrSg%2FF%2F8NP447PyEdtPF8gCcZDjsCs1IJCw1N5pKSy6RY30e4Tha045hf8UV9Ldgxl6Nsu9vglUJQDAlX73bb3%2FilT499bJkmzPlwoHF9uTIrdSlX%2BdTQ%3D%3D&X-Amz-SignedHeaders=host&X-Amz-Signature=464a41eec9c3d1c66d6f314cebc8dc8b4d12c118de72cdf03499235e52ecb9eb) from CI

enhancement

It would be great to have an example React app (with .jsx) build using Bazel ``rules_js`` and ``rules_webpack``.

help wanted
funding needed

**(1) Cannot find base config file "@vue/tsconfig/tsconfig.web.json" [tsconfig.json]** ```bash bazel run :vite INFO: Analyzed target //:vite (0 packages loaded, 0 targets configured). INFO: Found 1 target... Target //:vite up-to-date: bazel-bin/vite.sh...

bug
prioritized

Building the `:build` target of the [vue](https://github.com/aspect-build/bazel-examples/tree/main/vue) example creates a broken bundle. The `RouterView` does not show up, and clicking on the `About` link throws this error: ``` Uncaught (in...

bug
help wanted