8000 feat: support farm by ErKeLost · Pull Request #169 · unplugin/unplugin-vue · GitHub
[go: up one dir, main page]

Skip to content

feat: support farm #169

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

Merged
merged 25 commits into from
Apr 16, 2025
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin' into feat/farm
  • Loading branch information
ErKeLost committed Nov 29, 2024
commit a10937ee4b4b34a2974ecd822d6976e23c563dd9
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
"dependencies": {
"@vue/reactivity": "^3.5.13",
"debug": "^4.3.7",
"vite": "^5.4.4"
"unplugin": "^1.16.0",
"vite": "^6.0.0"
},
"devDependencies": {
"@babel/types": "^7.25.6",
"@farmfe/core": "^1.4.3",
"@babel/types": "^7.26.0",
"@jridgewell/gen-mapping": "^0.3.5",
"@jridgewell/trace-mapping": "^0.3.25",
"@sxzz/eslint-config": "^4.5.0",
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0