Create factory functions for each runtime target, makes resulting bundles smaller and reduces complexity around how we're generating them to begin with
Add react-jsx and preact-jsx target which makes use of the newer automatic JSX transform
Add vue-raw target which marks the component as raw (necessary when passing around components as props, prevents them from being considered reactive)
react-jsx
andpreact-jsx
target which makes use of the newer automatic JSX transformAddvue-raw
target which marks the component as raw (necessary when passing around components as props, prevents them from being considered reactive)solid
target for Solid.js