You can use this boilerplate code to start developing a Chrome/other extension. Read more info.
Notice: Parcelv2 is instability, using beta.2 now
- Typescript with eslint
- Built in support for HMR (hot module replacement)
- Lighting configuration
Type this into your terminal:
git clone https://github.com/zhyc9de/parcel2-webextension-boilerplate.git
pnpm i
For development with automatic reloading:
pnpm start
Open the Extensions Dashboard, enable "Developer mode", click "Load unpacked", and choose the dist folder.