https://github.com/oddsdk/odd-bundler-test
👩🚒
https://github.com/oddsdk/odd-bundler-test
Last synced: 5 months ago
JSON representation
👩🚒
- Host: GitHub
- URL: https://github.com/oddsdk/odd-bundler-test
- Owner: oddsdk
- Created: 2021-09-27T17:20:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T22:43:08.000Z (about 3 years ago)
- Last Synced: 2024-05-22T21:23:07.419Z (about 2 years ago)
- Language: JavaScript
- Size: 1.38 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)