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 developing extensions, the manifest.json recommends providing different sizes of icons, so that i need to prepare a number of different sizes but the same icons, and when testing extension often confuse extension because the extension icon is the same, the icon under development can be gray to help distinguish
Describe the proposed solution
I recently wanted to migrate my extension from webpack to vite. I have been aware of this plugin for a long time. I need to be able to generate icons of different sizes during compilation. I don't know if anyone else needs this feature.
Alternatives considered
This feature comes from plasmo,This is the implementation code for the feature. It uses sharp to generate icons, and I tested it in webpack in watch mode causing multiple packing. I don't know if there's the same problem in vite. maybe can use jimp
Importance
nice to have
The text was updated successfully, but these errors were encountered:
Describe the problem
When developing extensions, the
manifest.json
recommends providing different sizes of icons, so that i need to prepare a number of different sizes but the same icons, and when testing extension often confuse extension because the extension icon is the same, the icon under development can be gray to help distinguishDescribe the proposed solution
I recently wanted to migrate my extension from webpack to vite. I have been aware of this plugin for a long time. I need to be able to generate icons of different sizes during compilation. I don't know if anyone else needs this feature.
Alternatives considered
This feature comes from plasmo,This is the implementation code for the feature. It uses sharp to generate icons, and I tested it in webpack in watch mode causing multiple packing. I don't know if there's the same problem in vite. maybe can use jimp
Importance
nice to have
The text was updated successfully, but these errors were encountered: