Build Chrome Extension with React + Webpack + Typescript + Hot-Reloading

Development

Install dependencies:

yarn

Start hot-reload compiling:

yarn start

Install the unpacked extension:

See Getting Started Tutorial

Build

NOTE: For security reasons, you should remove or change content_security_policy field in manifest.json before you publish the extension

yarn build