You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running npm run dev when chaning some info in the src/manifest.json or in the package.json (for example: name, version) the manifest.json in the dist folder does not update with the info I changed.
Reproduction
run npm create vite-plugin-web-extension
give a name for the project and choose any framework (I'm using vue-ts)
go to the project folder and run npm run dev and wait for it to build.
while the server still running, change the name in the package.json.
This is a known issue. I don't think there was a GitHub issue open for it though, so thanks for opening one.
I don't plan on implementing this feature for vite-plugin-web-extension. I'm close to releasing v1.0 of wxt, the successor to this project. Once WXT v1.0 is out, I'll announce that this repo is in maintenance mode. It kinda already is, but I'm holding off on officially announcing that until then.
Summary
When running
npm run dev
when chaning some info in thesrc/manifest.json
or in thepackage.json
(for example: name, version) themanifest.json
in thedist
folder does not update with the info I changed.Reproduction
npm create vite-plugin-web-extension
npm run dev
and wait for it to build.package.json
.manifest.json
fromdist
folder still the same.Environment
The text was updated successfully, but these errors were encountered: