Skip to content

Commit

Permalink
feat: update father, jest to lastest and pnpm, packing all packages t…
Browse files Browse the repository at this point in the history
…o dist by esbuild
  • Loading branch information
imfly committed Jul 22, 2024
1 parent 6ada849 commit f798e26
Show file tree
Hide file tree
Showing 77 changed files with 35,264 additions and 84,625 deletions.
10 changes: 10 additions & 0 deletions .fatherrc.base.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import {defineConfig} from 'father'

export default defineConfig({
cjs: {
output: 'dist'
},
esm: {
output: 'dist'
}
})
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,6 @@ config/mainnet/*
**/**/*.hbl.js
**/**/*.custom.js
examples/peer*
# .ddnrc.js
# .ddnrc.js

.turbo
Loading

0 comments on commit f798e26

Please sign in to comment.