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

https://github.com/oddsdk/odd-bundler-test

👩‍🚒
https://github.com/oddsdk/odd-bundler-test

Last synced: 5 months ago
JSON representation

👩‍🚒

Awesome Lists containing this project

README

          

__Bundler testing facility for [ODD SDK](https://github.com/oddsdk/ts-odd)__.

```shell
npm install
npm run test
```

**Build target:**
```
es2020
```

Supported bundlers:
- estrella (esbuild)
- vite
- webpack

Not supported:
- parcel (doesn't support `exports` map, https://github.com/parcel-bundler/parcel/issues/4155)