nishaaannnt / advance-bookmarks

A chrome extension to manage and arrange your bookmarks in a better way.
20 stars 8 forks source link

Configure `Watch Changes` Library During Development #12

Closed ArkadiK94 closed 1 year ago

ArkadiK94 commented 1 year ago

What: Install npm-watch and add relevant script and configuration. Why: Make it easier for developers to make changes resolve issue #10

Note, I didn't add the line in the CONTRIBUTING.md about refreshing the extension because I saw that we don't need it. It refreshes automatically.

ArkadiK94 commented 1 year ago

Hi, I looked it up a little more. I saw that there are preferred ways to accomplish the watching mode. We should choose a module bundler. There a many options: webpack, vite, parcel, and rollup. I saw a lot of recommendations to use vite (with crxjs.dev plug-in, if needed). What are your thoughts about it? Do you have a preference?

ArkadiK94 commented 1 year ago

@nishaaannnt

ArkadiK94 commented 1 year ago

Do you want me to open a new issue about it or can you reopen the old issue? Or leave it as it is for now?

nishaaannnt commented 1 year ago

Hello @ArkadiK94 i guess currently its better to leave it as it is for. If i reconsider my decision i will let you know. Thank you !