4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript4,568 stars (4,568 stars)366 forks (366 forks)user submission
help wantedquestion
Description
问题描述 原生和remax混合开发,更改原生组件或原生页面代码没有触发编译,而更改react组件是可以的
已经开启了watch
Contributor guide
- Tech stack
- typescriptreact
- Domain
- build system
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- React basicsRemax frameworkBuild tool concepts
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 45
- Research direction
- Investigate the watch configuration in Remax's build pipeline to identify why changes to native component and page files do not trigger recompilation. Compare with the handling of React component files. Look for file watcher settings (e.g., webpack watchOptions) and any exclusion patterns. Check if the issue is related to the file path patterns used by the watcher.