Skip to content

Commit 9dc11c6

Browse files
ErKeLostsxzz
andauthored
feat: support farm (#33)
* chore: update playground * chore: update playground * chore: update playground * feat: add farm * feat: add farm * feat: add farm * chore: remove demo * chore: update locks * chore: update lint * chore: update lint * chore: update lock * chore: update type check error * chore: update type check error * chore: update type check error * refactor * chore: update farm version * chore: update lock * chore: fix lint --------- Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
1 parent 3a419a1 commit 9dc11c6

File tree

5 files changed

+2196
-395
lines changed

5 files changed

+2196
-395
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
"require": "./dist/esbuild.cjs",
4949
"import": "./dist/esbuild.js"
5050
},
51+
"./farm": {
52+
"require": "./dist/farm.cjs",
53+
"import": "./dist/farm.js"
54+
},
5155
"./api": {
5256
"require": "./dist/api.cjs",
5357
"import": "./dist/api.js"
@@ -100,6 +104,7 @@
100104
"unplugin": "^1.16.0"
101105
},
102106
"devDependencies": {
107+
"@farmfe/core": "^1.4.1",
103108
"@oxc-project/types": "^0.36.0",
104109
"@swc/core": "^1.9.2",
105110
"@sxzz/eslint-config": "^4.4.1",

0 commit comments

Comments
 (0)