UNPKG

crx-hotreload

Version:

Watches for file changes in your Chrome extension's directory. When a change is detected, it reloads the extension and refreshes the active tab (to re-trigger the updated scripts).

10 lines 139 B
{ "parserOptions": { "ecmaVersion": 6, "sourceType": "module" }, "parser": "babel-eslint", "rules": { "strict": 1 } }