Skip to content

Base project for Chrome and Firefox extensions using Rollup and Typescript.

License

Notifications You must be signed in to change notification settings

GreenMan36/rollup-ts-chrome-firefox-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo rollup-ts-chrome-firefox-base

Base project for Chrome and Firefox extensions using Rollup and Typescript.

Image showing Rollup, TypeScript, Crhome and Firefox logo with the text, "No framework, No BS."

Disclaimer


This is a work in progress. I use it personally but I know it has multiple flaws. I'll probably try to improve it over time.

Usage

  1. Clone this repo
  2. Run npm install
  3. Copy the polyfill from the dist folder to the src folder as per the readme in the polyfill folder
  4. Run npm run dev to start the dev server
  5. Run npm run build to build

Figure out packaging yourself. I haven't looked into that yet.