An open API service indexing awesome lists of open source software.

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

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
```