浏览代码

Fix release build (#802)

Anatolii Kurotych 2 年之前
父节点
当前提交
624f32115b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/hot-reload/src/lib.rs

+ 0 - 1
packages/hot-reload/src/lib.rs

@@ -13,7 +13,6 @@ use dioxus_rsx::{
 use interprocess::local_socket::{LocalSocketListener, LocalSocketStream};
 use interprocess::local_socket::{LocalSocketListener, LocalSocketStream};
 use notify::{RecommendedWatcher, RecursiveMode, Watcher};
 use notify::{RecommendedWatcher, RecursiveMode, Watcher};
 
 
-#[cfg(debug_assertions)]
 pub use dioxus_html::HtmlCtx;
 pub use dioxus_html::HtmlCtx;
 use serde::{Deserialize, Serialize};
 use serde::{Deserialize, Serialize};