Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeliex/pkgroll-multi-platform
https://github.com/yeliex/pkgroll-multi-platform
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yeliex/pkgroll-multi-platform
- Owner: yeliex
- Created: 2024-09-11T06:19:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T02:26:56.000Z (4 months ago)
- Last Synced: 2024-09-12T12:15:28.363Z (4 months ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# pkgroll multi platform
## How to reproduce
```shell
pnpm i
npm run build
```## Expected behavior
there should be 2 files in dist:
- index.node.js
- index.browser.js## Actual behavior
the files output:
- index.js
- index2.js