exhibitionist-digital / ultra

Zero-Legacy Deno/React Suspense SSR Framework
https://ultrajs.dev
MIT License
3k stars 67 forks source link

feat: Add option to skip vendoring during build #193

Closed mashaal closed 1 year ago

mashaal commented 1 year ago

An option to build all production assets, but keep the vanilla HTTP imports in server/client import maps would be a nice option, especially if running into vendor errors.

Obviously prod build would require disabling --no-remote, but I think that's ok if its communicated.