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

Add separate tsconfig for production builds #2769

Open
victor-yanev opened this issue Jul 30, 2024 · 0 comments
Open

Add separate tsconfig for production builds #2769

victor-yanev opened this issue Jul 30, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@victor-yanev
Copy link
Contributor

Problem

Currently we have only one tsconfig.json file shared for development and production builds, but we want to have different settings locally for development to ease people with debugging and provide a better dev experience.

Solution

  • Add a new tsconfig.production.json file which will extend tsconfig.json and override any properties which are undesired for production builds. E.g., it should override sourceMap to false.

Alternatives

No response

@victor-yanev victor-yanev added the enhancement New feature or request label Jul 30, 2024
@victor-yanev victor-yanev added this to the 0.54.0 milestone Jul 30, 2024
@quiet-node quiet-node modified the milestones: 0.54.0, 0.55.0 Aug 12, 2024
@quiet-node quiet-node modified the milestones: 0.55.0, 0.57.0 Sep 17, 2024
@quiet-node quiet-node modified the milestones: 0.57.0, 0.59.0 Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants