solid-lib-starter icon indicating copy to clipboard operation
solid-lib-starter copied to clipboard

SolidJS library starter template. Use it to create your own solid package.

Results 4 solid-lib-starter issues
Sort by recently updated
recently updated
newest added

### Describe the bug I want to make a library of a preset components with styles. However, adding a styles.module.css and importing it doesn't seem to work. Ref: https://github.com/xypnox/xip-solidjs-test https://github.com/xypnox/xip-solidjs-test/tree/main/src/buttons...

I get the following error `Invalid option in build() call: "watch"` when trying to `npm run build`. complete error: ``` /Users/bigmistqke/Documents/GitHub/solid-triangle/node_modules/esbuild/lib/main.js:255:12: 255 │ throw new Error(`Invalid option ${where}: ${quote(key)}`); ╵...

### Describe the bug ![2024-06-01_00-08](https://github.com/solidjs-community/solid-lib-starter/assets/114811070/9018ee2f-350e-49a7-b9d5-527bbc72a272) https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/ also updating `actions/checkout` to `@v4` would be a better..? ### Minimal Reproduction Link https://github.com/solidjs-community/solid-lib-starter/actions/runs/9131694714/job/25111470073#step:3:9

### Describe The Problem To Be Solved Hi! Following the new Solid support in tsdown [docs/recipes/solid-support.md](https://github.com/rolldown/tsdown/pull/468/files) and tsup is not actively maintained, I’d like to propose to replace tsup with...