Is your feature request related to a problem?
Many gulp dependencies have security vulnerabilities that can be difficult, and in many cases impossible, to address.
Describe the solution you'd like
Replace gulp with vite.
Describe alternatives you've considered
Several alternatives have been considered, but vite is highly performant and requires way fewer dependencies with way fewer security concerns (mostly due to limited to no downline dependencies).
Additional context
This will also significantly reduce the complexity of usage. It will require documentation updates.
Is your feature request related to a problem?
Many gulp dependencies have security vulnerabilities that can be difficult, and in many cases impossible, to address.
Describe the solution you'd like
Replace
gulpwithvite.Describe alternatives you've considered
Several alternatives have been considered, but
viteis highly performant and requires way fewer dependencies with way fewer security concerns (mostly due to limited to no downline dependencies).Additional context
This will also significantly reduce the complexity of usage. It will require documentation updates.