-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[flutter_tools] Enable hot reload on the web #169174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Update the defaults so hot reload is enabled on web development builds by default. This enables the use of a new module representation in the compiled JavaScript. Passing `--no-web-experimental-hot-reload` will disable the ability to hot reload and return to the AMD JavaScript module representation.
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
[flutter_tools] Enable hot reload on the web
Update the defaults so hot reload is enabled on web development builds
by default. This enables the use of a new module representation in the
compiled JavaScript. Passing
--no-web-experimental-hot-reload
willdisable the ability to hot reload and return to the AMD JavaScript
module representation.