Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teppeis/dual-package-cjs-proxy
Sample project for dual package with CJS proxy
https://github.com/teppeis/dual-package-cjs-proxy
Last synced: 29 days ago
JSON representation
Sample project for dual package with CJS proxy
- Host: GitHub
- URL: https://github.com/teppeis/dual-package-cjs-proxy
- Owner: teppeis
- License: mit
- Created: 2022-07-16T14:58:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T14:55:14.000Z (over 2 years ago)
- Last Synced: 2024-12-08T20:51:27.447Z (about 1 month ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample project for dual package with CJS proxy
- Asynchronous functions: Export native ESM implementation via CJS proxy
- Synchronous functions or values: Export as a single bundled file with esbuild### Usage
```console
$ npm i @teppeis/dual-package-cjs-proxy-sample
```## Lisense
MIT © Teppei Sato
This is based on [Vite](https://github.com/vitejs/vite) that is licensed under the MIT license.