rollup-preset-solid icon indicating copy to clipboard operation
rollup-preset-solid copied to clipboard

modernize output options

Open milomg opened this issue 3 years ago • 0 comments

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.

milomg avatar May 30 '22 21:05 milomg