The generated theme uses livereload in a [npm script](https://github.com/Chi-teck/drupal-code-generator/blob/4.x/templates/_theme/package.json.twig#L5). But: - [Livereload's readme](https://www.npmjs.com/package/livereload) refers to a page on http://help.livereload.com to find the browser extension, but this page (and http://livereload.com in general) is no longer available. - The livereload package was last updated 4 years ago. - The [browser extension for Firefox is available](https://addons.mozilla.org/en-US/firefox/addon/livereload-web-extension/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search), but it doesn't seem to find the server while I am running the npm script. - [The LiveReload extension for Chrome is no longer available](https://chromewebstore.google.com/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei?hl=en-US&utm_source=ext_sidebar). Note that [LiveReload.js](https://github.com/livereload/livereload-js) is still getting updated so the project isn't completely dead, but it doesn't seem like a sensible default?
The generated theme uses livereload in a npm script. But:
Note that LiveReload.js is still getting updated so the project isn't completely dead, but it doesn't seem like a sensible default?