-
Notifications
You must be signed in to change notification settings - Fork 298
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
fix: normalize path(vitejs/vite#4556) #290
fix: normalize path(vitejs/vite#4556) #290
Conversation
🦋 Changeset detectedLatest commit: e733e23 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
39a45f1
to
7c396ea
Compare
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.
Thanks for the PR. Just need you to remove your package.json change.
packages/vite-plugin/package.json
Outdated
"@vanilla-extract/integration": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@vanilla-extract/integration": "^1.1.0", |
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.
Not sure why this was changed? Can you please revert this?
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.
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.
Right. Sorry I misread this change. I think peerDependencies
is the right call here.
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.
Done, thank you for the review.
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.
Sorry but you'll need to leave the dev dependency there as well, otherwise it may not be accessible locally.
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.
Sorry, I don't quite understand what you mean, because it is a plugin for vite
, there is no way to run it alone, it can only work with vite
, so vite
must exist.
7c396ea
to
cf6b834
Compare
@ygj6 Hey Bud. This looks good but it's failing the format check. I tried to push the change to your branch but you haven't given me permission. Running |
An invitation has been extended and you need to agree. |
b6dc9fd
to
e733e23
Compare
Done, thanks for your patience in reviewing, I've done |
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.
Thanks for the fix mate 👍
Fixes vitejs/vite#4556
See issue comment for details