I get the message DEPRECATION: Upgrade ember-cli-inject-live-reload version to 1.10.0 or above when I use the option "liveReloadOptions": {...} or "liveReloadJsUrl": "...".
When I remove liveReloadOptions the message goes away.
$ ember v
ember-cli: 3.10.1
node: 12.4.0
os: win32 x64
$ npm ls ember-cli-inject-live-reload ember-source
[...]
+-- ember-cli-inject-live-reload@2.0.1
`-- ember-source@3.8.2
I solved it by now by changing my apache config to use mod_proxy_wstunnel. But how can I use liveReloadOptions without a deprecation warning?
I get the message
DEPRECATION: Upgrade ember-cli-inject-live-reload version to 1.10.0 or abovewhen I use the option"liveReloadOptions": {...}or"liveReloadJsUrl": "...".When I remove liveReloadOptions the message goes away.
I solved it by now by changing my apache config to use mod_proxy_wstunnel. But how can I use liveReloadOptions without a deprecation warning?