gmailjs-node-boilerplate
gmailjs-node-boilerplate copied to clipboard
add extral dev command so that it can watch the changes and build automatically
Current behavior:
- make changes to extension code
- run
buildmanually so that the bundle can update
Change:
- add an extra script
dev - it runs the
bundlescript with--watchparam - so it will keeps watching the code changing and update the bundle to dist folder automatically
Useage
- just run
yarn devornpm run dev