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

Preset for building your SolidJS packages with tsup.

Results 3 tsup-preset-solid issues
Sort by recently updated
recently updated
newest added

## Description When using multiple entries in the preset options, the generated tsup configurations merge all entries into a single object, making it impossible to apply different configurations to different...

This PR allows you to tweak solid options, like using `hydratable` option. - see https://github.com/solidjs-community/tsup-preset-solid/pull/11 and https://github.com/solidjs-community/tsup-preset-solid/pull/12 for context

- this is the second attempt at adding hydratable to preset :) the first was https://github.com/solidjs-community/tsup-preset-solid/pull/11 - an alternative would be to the the whole options object (https://github.com/solidjs-community/tsup-preset-solid/pull/13)