Skip to content

faststats-dev/sourcemaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

137 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sourcemaps

Important

This repository is in early development and not intended for production use.

A monorepo for sourcemap upload infrastructure.

Structure

  • apps/backend — Rust (Axum) API server that ingests sourcemap uploads
  • packages/bundler-plugin — Universal unplugin adapter set (Vite, Rolldown, Webpack and more) that uploads sourcemaps after builds
  • packages/proguard-plugin — a Gradle plugin for uploading ProGuard obfuscation mappings

Development

bun install        # install JS dependencies
bun run dev        # start all packages in dev mode
bun run build      # build all packages
bun run check-types # type-check all packages

Backend

cd apps/backend
cargo run          # start the API server on :3000

Bundler plugin tests

cd packages/bundler-plugin
bun run test

About

A monorepo for sourcemap upload infrastructure

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors