-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from farm-fe/fix/customInputCannotFindOutputEntry
fix: custom input & upgrade @farmfe/core
- Loading branch information
Showing
10 changed files
with
247 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'farmup': patch | ||
--- | ||
|
||
fix custom input & upgrade @farm/core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,5 +24,11 @@ | |
"formatter": { | ||
"quoteStyle": "single" | ||
} | ||
}, | ||
"files": { | ||
"include": [ | ||
"*.ts", | ||
"*.json" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,20 +13,21 @@ | |
"build": "farm build", | ||
"preview": "farm preview", | ||
"clean": "farm clean", | ||
"farmup": "node ./bin/farmup.js --no-exec -w" | ||
"farmup": "node ./bin/farmup.js --no-exec -w", | ||
"prepublish": "mv ../../README.md ./" | ||
}, | ||
"bin": "./bin/farmup.js", | ||
"devDependencies": { | ||
"@farmfe/cli": "^1.0.2", | ||
"@farmfe/cli": "^1.0.3", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/lodash-es": "^4.17.12", | ||
"@types/node": "^20.12.7", | ||
"typescript": "^5.4.5", | ||
"cac": "^6.7.14", | ||
"execa": "^8.0.1", | ||
"fs-extra": "^11.2.0", | ||
"glob": "^10.3.15", | ||
"lodash-es": "^4.17.21" | ||
"lodash-es": "^4.17.21", | ||
"typescript": "^5.4.5" | ||
}, | ||
"exports": { | ||
".": { | ||
|
@@ -39,6 +40,12 @@ | |
"types": "./dist/plugin.d.ts" | ||
} | ||
}, | ||
"files": [ | ||
"dist", | ||
"README.md", | ||
"package.json", | ||
"bin" | ||
], | ||
"keywords": [ | ||
"farm", | ||
"cli", | ||
|
@@ -56,6 +63,6 @@ | |
"email": "[email protected]" | ||
}, | ||
"dependencies": { | ||
"@farmfe/core": "^1.3.6" | ||
"@farmfe/core": "^1.3.12" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.