-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Added further config to vite plugin #584
Conversation
🦋 Changeset detectedLatest commit: 6afd2f7 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@sjcobb2022 is attempting to deploy a commit to the HoudiniGraphQL Team on Vercel. A member of the Team first needs to authorize it. |
No worries at all! I'd rather the little changes sprinkle in than not get caught 😄 Thanks for taking the time to fix it 👍 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Mind adding a changeset? |
I went ahead and added the changset for you. Thanks again! |
* Added further config * format * Added type imports * changeset Co-authored-by: Alec Aivazis <[email protected]>
Addition to #566
After testing, there are some instances where the config is not passed into other functions. By adding extraconfig to all functions in vite, we are able to ensure that any additional config is always passed.
To help everyone out, please make sure your PR does the following:
pnpm run tests
andcd integration && pnpm run tests
Sorry for all the little changes @AlecAivazis