https://github.com/zheeeng/build-plugin-main-fields
build-scripts plugin for config resolve fieds of package.json
https://github.com/zheeeng/build-plugin-main-fields
Last synced: about 1 year ago
JSON representation
build-scripts plugin for config resolve fieds of package.json
- Host: GitHub
- URL: https://github.com/zheeeng/build-plugin-main-fields
- Owner: zheeeng
- License: mit
- Created: 2023-12-18T10:59:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T11:14:51.000Z (over 2 years ago)
- Last Synced: 2025-02-25T08:23:09.028Z (about 1 year ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# build-plugin-mjs
Build-scripts plugin for adapt mjs module.
## Compatibility
- build-scripts 1.x
## Usage
```bash
npm i build-plugin-mjs --save-dev
```
Register plugin in `build.json`:
```json
// build.json
{
"plugins": [
"build-plugin-mjs"
]
}
```