mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 18:35:54 +00:00
StackBlitz examples took **146+ seconds** to start due to heavy dev dependencies ### Optimizations - Eliminate heavy dev deps like `playwright (~200MB)` `@vitest/browser` `vitest` - Aggressive install flags: `--prefer-offline --reporter=silent --ignore-scripts --no-optional` - use pnpm - Results **React example: 146s → ~25s (83% faster)** |
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| .stackblitzrc | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||