Open Malix-Labs opened 1 year ago
https://github.com/crxjs/chrome-extension-tools/blob/20faa1590032ef90b4588dea06ca7610a4483248/packages/vite-plugin/src/node/manifest.ts#L166 type could be enhanced, according to its documentation
Enhance its type to "spanning" | "split" | "not_allowed" according to its documentation
"spanning" | "split" | "not_allowed"
nice to have
Describe the problem
https://github.com/crxjs/chrome-extension-tools/blob/20faa1590032ef90b4588dea06ca7610a4483248/packages/vite-plugin/src/node/manifest.ts#L166 type could be enhanced, according to its documentation
Describe the proposed solution
Enhance its type to
"spanning" | "split" | "not_allowed"
according to its documentationImportance
nice to have