https://github.com/single-spa/action-build-import-map-microfrontend-deps
Github action for building import-map-microfrontend-deps
https://github.com/single-spa/action-build-import-map-microfrontend-deps
Last synced: 21 days ago
JSON representation
Github action for building import-map-microfrontend-deps
- Host: GitHub
- URL: https://github.com/single-spa/action-build-import-map-microfrontend-deps
- Owner: single-spa
- License: mit
- Created: 2024-10-17T22:30:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-19T20:29:38.000Z (about 1 year ago)
- Last Synced: 2025-10-30T01:34:07.202Z (9 months ago)
- Language: JavaScript
- Size: 5.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# action-build-import-map-microfrontend-deps
Github action for building import-map-microfrontend-deps
## Usage
Add a `uses: single-spa/action-build-import-map-microfrontend-deps@v1` step to your Github workflow
## Inputs
See [action.yml](/action.yml) for a list of all required and optional inputs
## Example
```yml
- name: Build Import Map Dependencies
uses: single-spa/action-build-import-map-microfrontend-deps@v1
with:
import-map-template: importmap-template.json
output-folder: dist
base-origin: https://react.microfrontends.app
dependencies-folder: deps
```