gmailjs-node-boilerplate icon indicating copy to clipboard operation
gmailjs-node-boilerplate copied to clipboard

add extral dev command so that it can watch the changes and build automatically

Open hankxdev opened this issue 1 year ago • 0 comments

Current behavior:

  • make changes to extension code
  • run build manually so that the bundle can update

Change:

  • add an extra script dev
  • it runs the bundle script with --watch param
  • so it will keeps watching the code changing and update the bundle to dist folder automatically

Useage

  • just run yarn dev or npm run dev

hankxdev avatar May 05 '24 10:05 hankxdev