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).
Enable hot reloading for content script and background script in MV3.
Use esbuild with Electron for blazing fast compilation
Wrapper for babel-relay-plugin which track changes in the graphql schema file and hot swap them without restart dev server with babel