We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using pnpm I can run pwa-assets-generator --preset minimal public/logo.svg, but using any other preset (all, android, windows) result in:
pwa-assets-generator --preset minimal public/logo.svg
preset
Error: Preset android not yet implemented at run (file:///.../node_modules/@vite-pwa/assets-generator/dist/cli.mjs:52:15)
I have version 0.0.3 installed
Would you kindly consider either update the documentation at https://vite-pwa-org.netlify.app/assets-generator/cli.html to note that the presets are still a work in progress, or add the presets? Thank you
The text was updated successfully, but these errors were encountered:
Check the Presets entry, WIP is there: https://vite-pwa-org.netlify.app/assets-generator/cli.html#presets
Sorry, something went wrong.
PR welcome to add the presets
No branches or pull requests
Using pnpm I can run
pwa-assets-generator --preset minimal public/logo.svg
, but using any otherpreset
(all, android, windows) result in:I have version 0.0.3 installed
Would you kindly consider either update the documentation at https://vite-pwa-org.netlify.app/assets-generator/cli.html to note that the presets are still a work in progress, or add the presets? Thank you
The text was updated successfully, but these errors were encountered: