solidjs / vite-plugin-solid

A simple integration to run solid-js with vite
440 stars 51 forks source link

omitNestedClosingTags #122

Closed birkskyum closed 1 year ago

birkskyum commented 1 year ago

Remake of #121

Added here https://github.com/solidjs/solid/blob/main/CHANGELOG.md#smaller-templates

This change allow type hints to show up when configuring the vite plugin.

I also made a PR here: https://github.com/solidjs/solid-start/pull/1086

ryansolid commented 1 year ago

Thanks