Jervis2049 / vite-plugin-crx-mv3

Build a Chrome Extension with Vite⚡
201 stars 30 forks source link

Fix: Production build never ends. #19

Closed MakotoAtsu closed 1 year ago

MakotoAtsu commented 1 year ago

Background

Fix : #17

Changes

It seems that we don't need to watch package.json in non-watch mode. I added a condition to make sure that only watch in watch mode.

if (options.viteConfig.build.watch)

The value could be null/true or object