Using hot reload from Chrome extension (React)

832 Views Asked by At

I'm using React to build a Chrome extension (using this boilerplate)

Currently, I need to manually build it every time to see the changes in the extension. What changes do I need to do in package.json to have 'hot deployment' (I need the files in the disk to be changed automatically)

Thanks

0

There are 0 best solutions below