Skip to content

Commit

Permalink
Merge branch 'refactor/node' of github.com:farm-fe/farm into refactor…
Browse files Browse the repository at this point in the history
…/node
  • Loading branch information
ErKeLost committed Sep 29, 2024
2 parents 543f367 + 216255e commit 6e15d00
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changeset/hip-shoes-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
"create-farm-plugin": patch
---
fix js-plugin template config issue
1 change: 1 addition & 0 deletions packages/create-farm-plugin/templates/js/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,4 @@ Cargo.lock
!.yarn/versions

*.farm
build
2 changes: 1 addition & 1 deletion packages/create-farm-plugin/templates/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"cross-env": "^7.0.3"
},
"files": [
"dist"
"build"
]
}

0 comments on commit 6e15d00

Please sign in to comment.