rollup-preset-solid
rollup-preset-solid copied to clipboard
modernize output options
I believe the primary output format of Solid libraries should be JSX to better support SSR. However, for bundle size and devDependencies, we should be able to bundle JSX. This PR adds a file called preppy which allows rollup to bundle jsx.
I've also attempted to add rollup-plugin-ts, but that isn't working yet.