https://github.com/zheeeng/build-plugin-mjs
Build-scripts plugin for adapt mjs module
https://github.com/zheeeng/build-plugin-mjs
Last synced: 11 months ago
JSON representation
Build-scripts plugin for adapt mjs module
- Host: GitHub
- URL: https://github.com/zheeeng/build-plugin-mjs
- Owner: zheeeng
- License: mit
- Created: 2023-12-15T13:34:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:13:55.000Z (over 2 years ago)
- Last Synced: 2025-03-04T14:03:07.476Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 8.79 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"
]
}
```