├── options.html # Options page entry ├── src/ # Popup UI │ ├── App.tsx │ ├── background.ts # Service worker (background) │ ├── main.tsx │ └── options.tsx # Options UI ├── content-script/ # Content ...
This project uses tsup and Webpack for building packages. See also Developing Hawtio React for the project styling, guidelines, and more details on development. If ...