Skip to content
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 farm plugin #341

Merged
merged 61 commits into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from 56 commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
8510aee
chore: update farm
ErKeLost Sep 19, 2023
debf59f
chore: update code
ErKeLost Sep 19, 2023
11714f3
chore: update sourcemap
ErKeLost Sep 19, 2023
72838c6
chore: update code
ErKeLost Sep 19, 2023
f87e54a
chore: update code
ErKeLost Sep 19, 2023
7c5ee4e
chore: use all filters
ErKeLost Sep 20, 2023
0eed35f
Merge branch 'feat/farm' of github.com:ErKeLost/unplugin into feat/farm
ErKeLost Sep 20, 2023
a8f8234
chore: update code
ErKeLost Sep 20, 2023
77514fe
chore: update code
ErKeLost Sep 20, 2023
7f42bfc
chore: update code
ErKeLost Sep 20, 2023
857c7d8
chore: update code
ErKeLost Sep 20, 2023
f2a99a0
chore: update code
ErKeLost Sep 20, 2023
c1a17b1
chore: update code
ErKeLost Sep 20, 2023
ab1f4cd
chore: update code
ErKeLost Sep 20, 2023
fbe6b1d
chore: support all hooks
ErKeLost Sep 21, 2023
a169cfb
chore: update code
ErKeLost Sep 21, 2023
9eb776f
chore: update code
ErKeLost Sep 21, 2023
83fed5a
chore: update farm hooks
ErKeLost Sep 22, 2023
a57890f
chore: update code
ErKeLost Sep 22, 2023
6e8f0be
chore: update code
ErKeLost Sep 22, 2023
5fa6994
chore: update code
ErKeLost Sep 22, 2023
defed4c
chore: update code
ErKeLost Sep 23, 2023
ee2fa39
fix: resolve type error
ErKeLost Sep 23, 2023
659b4b3
chore: update code
ErKeLost Sep 23, 2023
47edb06
chore: update code
ErKeLost Sep 24, 2023
2a10dec
chore: update code
ErKeLost Sep 24, 2023
0273a7f
chore: update readme
ErKeLost Sep 24, 2023
5403b81
chore: update code
ErKeLost Sep 24, 2023
e3cc911
chore: update code
ErKeLost Sep 24, 2023
95a415f
chore: update readme
ErKeLost Sep 24, 2023
3752496
chore: update readme
ErKeLost Sep 24, 2023
e9e09ab
chore: update readme
ErKeLost Sep 24, 2023
8f1daa7
chore: update readme
ErKeLost Sep 24, 2023
30fc86c
chore: update code
ErKeLost Sep 24, 2023
f28d6e7
chore: update resolveId error
ErKeLost Sep 24, 2023
315ddb0
chore: update readme
ErKeLost Sep 25, 2023
269acd5
chore: update readme
ErKeLost Sep 25, 2023
f366e2b
chore: update readme
ErKeLost Sep 25, 2023
4cf76df
chore: update readme
ErKeLost Sep 26, 2023
615ca8d
chore: add moduletype when transform id
ErKeLost Oct 4, 2023
44eecc9
Merge branch 'main' of github.com:ErKeLost/unplugin into feat/farm
ErKeLost Jan 5, 2024
8bf06ac
chore: update farm plugins
ErKeLost Jan 7, 2024
4d42abc
chore: bump farm version
ErKeLost Jan 13, 2024
b3f636e
chore: bump farm version
ErKeLost Jan 13, 2024
50eaf0e
chore: bump farm version
ErKeLost Jan 13, 2024
d6b5319
chore: update code
ErKeLost Jan 14, 2024
d029a92
chore: update code
ErKeLost Jan 14, 2024
94d20f6
chore: update context
ErKeLost Jan 15, 2024
a1881f3
chore: update unless return value with load hook return null
ErKeLost Jan 15, 2024
14cec34
chore: test success
ErKeLost Jan 15, 2024
9af8d8d
chore: update readme
ErKeLost Jan 15, 2024
41299c1
chore: update code
ErKeLost Jan 19, 2024
be23a40
chore: update code
ErKeLost Jan 19, 2024
4d6dc9f
Merge branch 'main' into feat/farm
ErKeLost Mar 12, 2024
24fb491
chore: bump farm version
ErKeLost Mar 12, 2024
2f03ec0
chore: bump farm version
ErKeLost Mar 12, 2024
f40a359
chore: Modify the introduction mode of relative path
ErKeLost Mar 13, 2024
08cee9e
docs: add farm docs
ErKeLost Mar 13, 2024
dc16d0b
docs: add farm docs
ErKeLost Mar 13, 2024
0e28c78
docs: add farm docs
ErKeLost Mar 13, 2024
dcb30ba
chore: update imports
antfu Mar 13, 2024
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Currently supports:
- [esbuild](https://esbuild.github.io/)
- [Rspack](https://www.rspack.dev/) (⚠️ experimental)
- [Rolldown](https://rolldown.rs/) (⚠️ experimental)
- [Farm](https://farm-fe.github.io/)
ErKeLost marked this conversation as resolved.
Show resolved Hide resolved
- And every framework built on top of them.

## Documentations
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
"@ampproject/remapping": "^2.3.0",
"@antfu/eslint-config": "^2.8.0",
"@antfu/ni": "^0.21.12",
"@farmfe/cli": "^0.7.0",
"@farmfe/core": "^1.0.0-beta.0",
"@rolldown/node": "^0.0.5",
"@rspack/cli": "^0.5.6",
"@rspack/core": "^0.5.6",
Expand Down
Loading