WEB: support watch all of web_ui folder instead of only web_ui/lib #165301
Labels
c: new feature
Nothing broken; request for a new capability
c: proposal
A detailed proposal for a change to Flutter
engine
flutter/engine repository. See also e: labels.
P2
Important issues not at the top of the work list
platform-web
Web applications specifically
team-web
Owned by Web platform team
triaged-web
Triaged by Web platform team
Use case
When run
felt build --watch
in this project I find some problems with this code https://github.com/flutter/flutter/blob/master/engine/src/flutter/lib/web_ui/dev/build.dart#L96, flutter only supports watchweb_ui/lib
folder change when developing locally. I hope there can support watching all of the web_ui folders like theflutter_js
folder because I want to re-execute the js bundle build by esbuild when files influtter_js
changedProposal
Change
final FilePath libPath = FilePath.fromWebUi('lib');
tofinal FilePath libPath = FilePath.fromWebUi('.');
If it can be approved, I can submit a pull request
The text was updated successfully, but these errors were encountered: