Merged
Conversation
added 7 commits
September 28, 2025 16:03
- 新增对emp.config.ts文件变更的监听,自动重启开发服务器 - 优化开发服务器启动逻辑,支持重启模式 - 添加chokidar依赖用于文件监听 - 调整日志级别根据环境变量动态设置 - 清理无用代码并优化类型定义
禁用开发模式下的进度条显示以避免干扰 调整构建完成信息显示逻辑 移除冗余的进度条处理代码
添加构建开始和完成的彩色输出提示 引入文件修改监听功能,优化开发体验 添加服务器状态标志防止重复输出
将App.tsx中的banner文本从"EMP 3.0 fsssl"改为"EMP 3.0" 将compilerWatcher.ts中的文件列表名称颜色从cyan改为dim
添加 closeHooks 数组来存储清理函数,在服务重启时执行所有清理钩子 确保 watcher 等资源被正确释放,避免内存泄漏
- 更新@rslib/core至0.14.0版本 - 添加.rslib到.gitignore - 为cli包添加rslib构建脚本和配置文件 - 清理package.json格式并更新相关依赖
❌ Deploy Preview for emp2 failed.
|
Contributor
Author
|
squash and merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
emp 配置修改现在会触发热更,并优化部分构建功能