fabiospampinato / chrome-extension-livereload

A tiny and basic livereload solution for chrome extensions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome Extension Livereload

A tiny and basic livereload solution for chrome extensions.

Note that this doesn't enable HMR, which is more immediate and granular, instead the entire page will be reloaded.

Install

npm install --save chrome-extension-livereload

Usage

A webview strategy is provided, for reloading webview-backed extensibility entrypoints (newtab, options, devtools, popup, side panel etc.).

import livereload from 'chrome-extension-livereload/webview';

// Check for updates and reload the page automatically

livereload ();

License

MIT © Fabio Spampinato

About

A tiny and basic livereload solution for chrome extensions.

License:MIT License


Languages

Language:TypeScript 100.0%