feat(live-update)!: enabled
configuration option should perform a reset
#335
Labels
Milestone
enabled
configuration option should perform a reset
#335
Plugin(s)
Current problem
I have now received feedback several times that when setting the configuration option
enabled
tofalse
, the default bundle is expected to be used.Example: The Live Update plugin is being tested during development. After successful testing, you now want to continue developing other features and use Live Reload for this. The developer sets the configuration option
enabled
tofalse
and starts the dev server. However, now the last live update is still displayed in the app and not the default bundle that uses the dev server.Preferred solution
The configuration option
enabled
should reset the current bundle if it is set tofalse
.Alternative options
No response
Additional context
No response
Before submitting
The text was updated successfully, but these errors were encountered: