An open API service indexing awesome lists of open source software.

https://github.com/chneau/bug-bun-rspack-docker


https://github.com/chneau/bug-bun-rspack-docker

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# bug-rspack

## Bug

```bash
bun install
bun run build # that works
bun run dockerize # that fails with a variable error

# As well, remove the css import from src/index.ts and
bun run dockerize # that fails with another error
```