0

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

kambi
  • 3,291
  • 10
  • 37
  • 58
  • The README of that repository states that `This boilerplate uses Webpack and react-transform, and use Redux. You can hot reload by editing related files of Popup & Window & Inject page`. It doesn't work? – Tholle Jul 04 '18 at 09:50
  • 2
    While running 'npm run dev' I can see it recompiles when I do changes but in Chrome I do not see changes in the extension itself until I run 'npm run build' – kambi Jul 04 '18 at 09:59

0 Answers0