2.0.28 • Published 3 years ago

wh-build-system v2.0.28

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

zCloak SDK V2.0.0

New

  • support multiple attesters

Targets (Framework)

  • Minimal build system config(npm, babel, jest, eslint..)
  • All in one package (no need to manage differents version of different sub packages)
  • Remove non-EVM crypto packages and remain dependencies upgradable
  • Add cli command
  • Add Rust (or Go) language support

调研兼容commonjs+esm过程

  • 参考
  • 只在package.json中添加main和module,因为我一直在node环境中,所以一直调用的commonjs模块
  • 后来想了一下只有在网页才会引用esm,本来准备打算用webpack,后来想起来react不是可以直接引用esm么,那肯定react本身集成了这些,直接用create react app来引用做测试
  • 接着发现必须export { greet } from './greeting.js'; 而不是 export { greet } from './greeting'; 具体不知道原因(我是用babel生成的呀!),但起码现在我的包兼容了两个模块系统了!
  • 一个简单的办法,修改index.ts就好了,生成的时候就会带.js
2.0.28

3 years ago

2.0.27

3 years ago

2.0.26

3 years ago

2.0.25

3 years ago

2.0.24

3 years ago

2.0.23

3 years ago

2.0.22

3 years ago

2.0.21

3 years ago

2.0.20

3 years ago

2.0.19

3 years ago

2.0.18

3 years ago

2.0.17

3 years ago

2.0.16

3 years ago

2.0.15

3 years ago

2.0.14

3 years ago

2.0.13

3 years ago

2.0.12

3 years ago

2.0.11

3 years ago

2.0.10

3 years ago

2.0.9

3 years ago

2.0.8

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.0

3 years ago