Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vite build support? #4

Closed
delaneyj opened this issue Jun 2, 2021 · 5 comments
Closed

Vite build support? #4

delaneyj opened this issue Jun 2, 2021 · 5 comments

Comments

@delaneyj
Copy link

delaneyj commented Jun 2, 2021

Would be great, especially for Docker deployment, to be able to do something like vite build where it uses rollup to deliver a tree shaken version of your node server to reduce build size and runtime ts compilation. While the runtime compiling is fast its also adding extra watcher and stuff that shouldn't be on in production.

@axe-me
Copy link
Owner

axe-me commented Aug 11, 2021

This is a good idea, I will find time to figure this out.

@pranaypratyush
Copy link

Kinda assumed it was already in place. Now eagerly waiting for it as a small project reaches production.

@maninak
Copy link

maninak commented Oct 24, 2021

Pitching in to say that it would be awesome to have the prod build generate sourcemaps for production error reporting (e.g. Sentry, Firebase, etc)

@N0tExisting
Copy link
Contributor

You could probably use a SSR build for that!

@maninak For Source maps you need to set build.sourcemap to true

@axe-me
Copy link
Owner

axe-me commented Feb 10, 2022

This should work with the new 0.0.17 release!

dup #20

@axe-me axe-me closed this as completed Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants