-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] Add SolidStart plugin support #150
[feat] Add SolidStart plugin support #150
Conversation
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
📢 Thoughts on this report? Let us know! |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files
☔ View full report in Codecov by Sentry. |
Bundle ReportChanges will increase total bundle size by 3.86kB ⬆️
|
Bundle ReportChanges will increase total bundle size by 83.64kB ⬆️
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of comments to peak at. Can you also run pnpm run changeset:add
and just add in a patch change that says something along the lines of Add support for SolidStart through new plugin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove this file, it's created when the build failed in the bundler iirc.
afterEach(async () => { | ||
await $`rm -rf ${solidStartApp}/app.config.ts`; | ||
await $`rm -rf ${solidStartApp}/.solid-start`; | ||
await $`rm -rf ${solidStartApp}/app.config.ts.timestamp-*`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this needs to be updated to match the ones you have committed from this directory.
…m/codecov/codecov-javascript-bundler-plugins into rvinnakota/add-solidstart-support
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Adds solidstart support to the project. SolidJS extends Vite.
This PR closes #98
Some notes on configuring vite with solid.
Legal Boilerplate
Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.