Skip to content

Commit

Permalink
fix: 修复 js-plugin 模版配置问题 (#1796)
Browse files Browse the repository at this point in the history
fix: js-plugin template config issue
  • Loading branch information
Maidang1 authored Sep 27, 2024
1 parent 84d7242 commit f1e9e2b
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 f1e9e2b

Please sign in to comment.