feature: Dynamically enabling Dbux
Open
discussion
enhancement
performance
- Dominant language
- JavaScript
- Stars
- 171
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Especially, when using a bundler or, genrally, a build pipeline, enabling/disabling Dbux can be a pain.
* → When its not needed, running things with Dbux can slow down certain development tasks considerably.
* → Dev should be able to easily toggle Dbux on only when needed, then turn it off again.
TODO
* [ ] Make it easier to toggle Dbux.
* Maybe dynamically re-load config?
* Maybe provide an easy way to build two versions in parallel, with dynamic prioritization?
* E.g.: frontend application is built twice; once with and once without Dbux. Runs on two different ports.
Contributor guide
Assessment
This issue has not been assessed yet.