https://github.com/symind/rspack-source-map-inspector
https://github.com/symind/rspack-source-map-inspector
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/symind/rspack-source-map-inspector
- Owner: SyMind
- License: mit
- Created: 2024-10-18T09:19:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T03:38:53.000Z (8 months ago)
- Last Synced: 2025-01-12T18:14:36.019Z (5 months ago)
- Language: JavaScript
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```