dart-lang / webdev

A CLI for Dart web development.
https://pub.dev/packages/webdev
212 stars 75 forks source link

Support for hot reload in DWDS #2516

Open jyameo opened 2 weeks ago

jyameo commented 2 weeks ago
a-siva commented 2 weeks ago

//cc @natebiggs @nshahan @srujzs

srujzs commented 2 weeks ago

We may also want to track migrating the bootstrapping here, or at least part of it. It looks like a lot of hot restart is implemented using that bootstrapping, and it's possible we might not need all of that to handle hot reload, but some of it will be needed.