Qwik JSX image vite plugin -> it's own package #198
shairez
started this conversation in
Proposals For Qwik
Replies: 1 comment
-
|
In the latest RFC meeting we agreed that this is a good idea but might not have a positive ROI in terms of effort for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is it about?
Extract the JSX image plugin (currently part of Qwik CIty Vite plugin) into its own package
What's the motivation for this proposal?
Problems you are trying to solve:
qwik-citytoqwik-routerhaving the image plugin (which can help with routeless Qwik projects as well) built in doesn't make sense anymoreGoals you are trying to achieve:
Any other context or information you want to share:
Proposed Solution / Feature
What do you propose?
Having a new package in the Qwik monorepo called
qwik-jsx-imageand move the plugin code thereThen modify all the qwik starters to be generated with
qwikImageJSXplugin by defaultCode examples
So it'll look something like:
Links / References
No response
Beta Was this translation helpful? Give feedback.
All reactions