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