-
Notifications
You must be signed in to change notification settings - Fork 10
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: Support for vite bundler #52
base: master
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: cf22b84 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 |
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.
@umijs/bundler-vite 太老了,不要依赖这个,用 vite 6 beta 吧,面向未来。
我以为要用这个呢,我在看一下 |
* feat: add click-to-component * chore: format * chore: changelog
…into feature_bundler_vite
@@ -51,6 +51,7 @@ | |||
"@umijs/mako": "^0.9.4", | |||
"c12": "^2.0.1", | |||
"chokidar": "^4.0.1", | |||
"click-to-react-component": "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.
代码没同步好?
…into feature_bundler_vite
支持vite bundler,
.tnfrc.ts
配置bundler:'vite'
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm ci
Changesets
pnpm changeset
and following the prompts. Changesets that add features and fix bugs should all bepatch
before we release0.1.0
. Please prefix changeset messages withfeat:
,fix:
, orchore:
.Edits