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

https://github.com/symind/rspack-source-map-inspector


https://github.com/symind/rspack-source-map-inspector

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Rspack Source Map Inspector

## Setup

Install the dependencies:

```bash
pnpm install
```

## Get Started

To build the application and validate the source maps for a production build:

```bash
pnpm run build
```