brk: fix bundler use + bundler: remove minify html crate

This commit is contained in:
nym21
2025-06-15 12:39:50 +02:00
parent ae6aa4088b
commit 6a9ac9b025
10 changed files with 127 additions and 606 deletions

View File

@@ -2,7 +2,7 @@
#[cfg(feature = "bundler")]
#[doc(inline)]
pub use brk_bundle as bundle;
pub use brk_bundler as bundler;
#[doc(inline)]
pub use brk_cli as cli;