build_runner build_runner serve --live-reload doesn't reload on changes #3379
Labels
closed-stale
Closed as the issue or PR is assumed stale.
P3
A lower priority bug or feature request
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Hello, according to build_runner documentation:
However if you run
dart run build_runner serve --live-reload
, the application is built and served, but live-reload doesn't work, with the following error when the browser tries to connect to the WebSocket:Repository with minimal reproduction: https://github.com/jhenso/dart-build-runner
Dart SDK Version (
dart --version
)Dart SDK version: 2.18.2 (stable) (Tue Sep 27 13:24:11 2022 +0200) on "macos_x64"
What package(s) from this repo you are using, and the version (i.e.
build_runner 0.7.12
)MacOSX
Chrome
The text was updated successfully, but these errors were encountered: